projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bda95eb
)
Revert "mac80211: don't advertise NL80211_FEATURE_FULL_AP_CLIENT_STATE"
author
Johannes Berg
<johannes.berg@intel.com>
Thu, 26 Nov 2015 15:26:14 +0000
(16:26 +0100)
committer
Johannes Berg
<johannes.berg@intel.com>
Fri, 4 Dec 2015 13:43:32 +0000
(14:43 +0100)
This reverts commit
45bb780a2147b9995f3d288c44ecb87ca8a330e2
,
the previous two patches fixed the functionality.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/main.c
patch
|
blob
|
blame
|
history
diff --git
a/net/mac80211/main.c
b/net/mac80211/main.c
index 175ffcf7fb06bfb5c9c1f95e2c17f42d666ee26f..858f6b1cb1494702bbc6e0d8d25f1b4d4b4d1470 100644
(file)
--- a/
net/mac80211/main.c
+++ b/
net/mac80211/main.c
@@
-541,7
+541,8
@@
struct ieee80211_hw *ieee80211_alloc_hw_nm(size_t priv_data_len,
NL80211_FEATURE_HT_IBSS |
NL80211_FEATURE_VIF_TXPOWER |
NL80211_FEATURE_MAC_ON_CREATE |
- NL80211_FEATURE_USERSPACE_MPM;
+ NL80211_FEATURE_USERSPACE_MPM |
+ NL80211_FEATURE_FULL_AP_CLIENT_STATE;
if (!ops->hw_scan)
wiphy->features |= NL80211_FEATURE_LOW_PRIORITY_SCAN |