diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-03-23 20:46:00 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-03-27 13:37:36 -0400 |
commit | 5f1e59e59ffd11a150144977e38ec55bb868f027 (patch) | |
tree | 71107f32c733330ef4f5effe8eacb4a3813b5f78 /drivers/net/wireless/brcm80211/brcmsmac/pub.h | |
parent | c031df31daf69ffbb4c9f6f966df83646241a195 (diff) |
brcmsmac: add support for probe response template
The ucode is able to answer probe response by itself. This writes such
a template into the specific memory. Currently the probe requests are
also send to mac80211 so there are more answers send to a requesting
client. We have to make the ucode stop sending probe requests to the
driver.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/brcm80211/brcmsmac/pub.h')
-rw-r--r-- | drivers/net/wireless/brcm80211/brcmsmac/pub.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/brcm80211/brcmsmac/pub.h b/drivers/net/wireless/brcm80211/brcmsmac/pub.h index 6ed0a20be013..5e6db62ab42e 100644 --- a/drivers/net/wireless/brcm80211/brcmsmac/pub.h +++ b/drivers/net/wireless/brcm80211/brcmsmac/pub.h | |||
@@ -336,6 +336,8 @@ extern void brcms_c_update_beacon(struct brcms_c_info *wlc); | |||
336 | extern void brcms_c_set_new_beacon(struct brcms_c_info *wlc, | 336 | extern void brcms_c_set_new_beacon(struct brcms_c_info *wlc, |
337 | struct sk_buff *beacon, u16 tim_offset, | 337 | struct sk_buff *beacon, u16 tim_offset, |
338 | u16 dtim_period); | 338 | u16 dtim_period); |
339 | extern void brcms_c_set_new_probe_resp(struct brcms_c_info *wlc, | ||
340 | struct sk_buff *probe_resp); | ||
339 | extern void brcms_c_set_ssid(struct brcms_c_info *wlc, u8 *ssid, | 341 | extern void brcms_c_set_ssid(struct brcms_c_info *wlc, u8 *ssid, |
340 | size_t ssid_len); | 342 | size_t ssid_len); |
341 | 343 | ||