Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cfg80211: fix kernel-doc for MBSSID EMA

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

Link: https://lore.kernel.org/r/20211021173038.18ec2030c66b.Iac731bb299525940948adad2c41f514b7dd81c47@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

+3 -3
+1 -1
include/net/cfg80211.h
··· 5041 5041 * @mbssid_max_interfaces: maximum number of interfaces supported by the driver 5042 5042 * in a multiple BSSID set. This field must be set to a non-zero value 5043 5043 * by the driver to advertise MBSSID support. 5044 - * @mbssid_max_ema_profile_periodicity: maximum profile periodicity supported by 5044 + * @ema_max_profile_periodicity: maximum profile periodicity supported by 5045 5045 * the driver. Setting this field to a non-zero value indicates that the 5046 5046 * driver supports enhanced multi-BSSID advertisements (EMA AP). 5047 5047 */
+2 -2
include/uapi/linux/nl80211.h
··· 7424 7424 * @NL80211_MBSSID_CONFIG_ATTR_MAX_EMA_PROFILE_PERIODICITY: Used by the kernel 7425 7425 * to advertise the maximum profile periodicity supported by the driver 7426 7426 * if EMA is enabled. Driver should indicate EMA support to the userspace 7427 - * by setting wiphy->mbssid_max_ema_profile_periodicity to 7427 + * by setting wiphy->ema_max_profile_periodicity to 7428 7428 * a non-zero value. 7429 7429 * 7430 7430 * @NL80211_MBSSID_CONFIG_ATTR_INDEX: Mandatory parameter to pass the index of ··· 7443 7443 * 7444 7444 * @NL80211_MBSSID_CONFIG_ATTR_EMA: Flag used to enable EMA AP feature. 7445 7445 * Setting this flag is permitted only if the driver advertises EMA support 7446 - * by setting wiphy->mbssid_max_ema_profile_periodicity to non-zero. 7446 + * by setting wiphy->ema_max_profile_periodicity to non-zero. 7447 7447 * 7448 7448 * @__NL80211_MBSSID_CONFIG_ATTR_LAST: Internal 7449 7449 * @NL80211_MBSSID_CONFIG_ATTR_MAX: highest attribute