summaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
authorJouni Malinen <j@w1.fi>2010-08-28 19:36:10 +0300
committerJohn W. Linville <linville@tuxdriver.com>2010-09-24 15:54:27 -0400
commit8dcb20038ade81f9a87c024e7f12ec74f0e95f33 (patch)
treefe970ab661be7ec61165bdcb5db2c4422a1822fd /net/mac80211/ieee80211_i.h
parent29ad2facd47f8e37eab8b156e2c384fa181c8b4a (diff)
downloadop-kernel-dev-8dcb20038ade81f9a87c024e7f12ec74f0e95f33.zip
op-kernel-dev-8dcb20038ade81f9a87c024e7f12ec74f0e95f33.tar.gz
mac80211: Filter ProbeReq SuppRates based on TX rate mask
If the TX rate set has been masked, the removed rates can also be removed from the Supported Rates and Extended Supported Rates IEs in Probe Request frames. Signed-off-by: Jouni Malinen <j@w1.fi> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index 9346a6b..3641563 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -1256,7 +1256,7 @@ void ieee80211_send_auth(struct ieee80211_sub_if_data *sdata,
const u8 *key, u8 key_len, u8 key_idx);
int ieee80211_build_preq_ies(struct ieee80211_local *local, u8 *buffer,
const u8 *ie, size_t ie_len,
- enum ieee80211_band band);
+ enum ieee80211_band band, u32 rate_mask);
void ieee80211_send_probe_req(struct ieee80211_sub_if_data *sdata, u8 *dst,
const u8 *ssid, size_t ssid_len,
const u8 *ie, size_t ie_len);
OpenPOWER on IntegriCloud