summaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2018-05-28 09:47:41 -0400
committerJohannes Berg <johannes@sipsolutions.net>2018-06-15 07:34:40 -0400
commitb9771d41aee7aa3207b985422a1cc19e8342bc50 (patch)
tree13413533108492a4bb95aa282abf426fab1d707e /net/mac80211/rx.c
parent2e076f199097d670ce5e5492cea57f552b93bba9 (diff)
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/rx.c')
-rw-r--r--net/mac80211/rx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c
index 0a38cc1cbebc..756ba176db1e 100644
--- a/net/mac80211/rx.c
+++ b/net/mac80211/rx.c
@@ -3241,7 +3241,7 @@ ieee80211_rx_h_action_return(struct ieee80211_rx_data *rx)
3241 } 3241 }
3242 3242
3243 __ieee80211_tx_skb_tid_band(rx->sdata, nskb, 7, 3243 __ieee80211_tx_skb_tid_band(rx->sdata, nskb, 7,
3244 status->band); 3244 status->band, 0);
3245 } 3245 }
3246 dev_kfree_skb(rx->skb); 3246 dev_kfree_skb(rx->skb);
3247 return RX_QUEUED; 3247 return RX_QUEUED;