diff mbox series

cfg80211: fix kernel-doc for MBSSID EMA

Message ID 20211021173038.18ec2030c66b.Iac731bb299525940948adad2c41f514b7dd81c47@changeid (mailing list archive)
State Accepted
Delegated to: Johannes Berg
Headers show
Series cfg80211: fix kernel-doc for MBSSID EMA | expand

Commit Message

Johannes Berg Oct. 21, 2021, 3:30 p.m. UTC
From: Johannes Berg <johannes.berg@intel.com>

The struct member ema_max_profile_periodicity was listed
with the wrong name in the kernel-doc, fix that.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
---
 include/net/cfg80211.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 241b29b0796e..7c9d5db4f0e6 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -5041,7 +5041,7 @@  struct wiphy_iftype_akm_suites {
  * @mbssid_max_interfaces: maximum number of interfaces supported by the driver
  *	in a multiple BSSID set. This field must be set to a non-zero value
  *	by the driver to advertise MBSSID support.
- * @mbssid_max_ema_profile_periodicity: maximum profile periodicity supported by
+ * @ema_max_profile_periodicity: maximum profile periodicity supported by
  *	the driver. Setting this field to a non-zero value indicates that the
  *	driver supports enhanced multi-BSSID advertisements (EMA AP).
  */