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

mac80211: don't advertise NL80211_FEATURE_FULL_AP_CLIENT_STATE

For now, this feature doesn't actually work. To avoid shipping a
kernel that has it enabled but where it can't be used disable it
for now - we can re-enable it when it's fixed.

This partially reverts 44674d9c2267 ("mac80211: advertise support
for full station state in AP mode").

Cc: Ayala Beker <ayala.beker@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

+1 -2
+1 -2
net/mac80211/main.c
··· 541 541 NL80211_FEATURE_HT_IBSS | 542 542 NL80211_FEATURE_VIF_TXPOWER | 543 543 NL80211_FEATURE_MAC_ON_CREATE | 544 - NL80211_FEATURE_USERSPACE_MPM | 545 - NL80211_FEATURE_FULL_AP_CLIENT_STATE; 544 + NL80211_FEATURE_USERSPACE_MPM; 546 545 547 546 if (!ops->hw_scan) 548 547 wiphy->features |= NL80211_FEATURE_LOW_PRIORITY_SCAN |