diff options
author | Johannes Berg <johannes.berg@intel.com> | 2018-05-28 16:47:41 +0300 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2018-06-15 14:34:40 +0300 |
commit | b9771d41aee7aa3207b985422a1cc19e8342bc50 (patch) | |
tree | 13413533108492a4bb95aa282abf426fab1d707e /net/mac80211/sta_info.c | |
parent | 2e076f199097d670ce5e5492cea57f552b93bba9 (diff) | |
download | linux-b9771d41aee7aa3207b985422a1cc19e8342bc50.tar.xz |
mac80211: support scan features for improved scan privacy
Support the new random SN and minimal probe request contents
scan flags for the case of software scan - for hardware scan
the drivers need to opt in, but may need to do only that,
depending on their implementation.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Diffstat (limited to 'net/mac80211/sta_info.c')
-rw-r--r-- | net/mac80211/sta_info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/sta_info.c b/net/mac80211/sta_info.c index 6428f1ac37b6..aa96fddfbfc2 100644 --- a/net/mac80211/sta_info.c +++ b/net/mac80211/sta_info.c @@ -1391,7 +1391,7 @@ static void ieee80211_send_null_response(struct sta_info *sta, int tid, } info->band = chanctx_conf->def.chan->band; - ieee80211_xmit(sdata, sta, skb); + ieee80211_xmit(sdata, sta, skb, 0); rcu_read_unlock(); } |