aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/mac80211/mlme.c
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2017-11-21 14:46:08 +0100
committerJohannes Berg <johannes.berg@intel.com>2017-11-27 11:23:20 +0100
commit7b6ddeaf27eca72795ceeae2f0f347db1b5f9a30 (patch)
treecc562ff138989b1e20f0fb19b2e2be1a0aaf90c9 /net/mac80211/mlme.c
parentcfg80211: select CRYPTO_SHA256 if needed (diff)
downloadwireguard-linux-7b6ddeaf27eca72795ceeae2f0f347db1b5f9a30.tar.xz
wireguard-linux-7b6ddeaf27eca72795ceeae2f0f347db1b5f9a30.zip
mac80211: use QoS NDP for AP probing
When connected to a QoS/WMM AP, mac80211 should use a QoS NDP for probing it, instead of a regular non-QoS one, fix this. Change all the drivers to *not* allow QoS NDP for now, even though it looks like most of them should be OK with that. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/mlme.c')
-rw-r--r--net/mac80211/mlme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c
index 04460440d731..c244691deab9 100644
--- a/net/mac80211/mlme.c
+++ b/net/mac80211/mlme.c
@@ -895,7 +895,7 @@ void ieee80211_send_nullfunc(struct ieee80211_local *local,
struct ieee80211_hdr_3addr *nullfunc;
struct ieee80211_if_managed *ifmgd = &sdata->u.mgd;
- skb = ieee80211_nullfunc_get(&local->hw, &sdata->vif);
+ skb = ieee80211_nullfunc_get(&local->hw, &sdata->vif, true);
if (!skb)
return;