diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-03-24 01:46:01 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-03-27 13:37:36 -0400 |
commit | 04d2e422df4ae6bc4f0f193be020429000dd7556 (patch) | |
tree | 39d4b2478bf73eeb8c5136d470aee34225bc4948 /drivers/net/wireless/brcm80211/brcmsmac/pub.h | |
parent | 5f1e59e59ffd11a150144977e38ec55bb868f027 (diff) | |
download | linux-stable-04d2e422df4ae6bc4f0f193be020429000dd7556.tar.gz linux-stable-04d2e422df4ae6bc4f0f193be020429000dd7556.tar.bz2 linux-stable-04d2e422df4ae6bc4f0f193be020429000dd7556.zip |
brcmsmac: deactivate ucode sending probe responses
It is possible to configure the ucode to automatically send the probe
responses to the clients after they send a probe request. At least for
WPS the userspace needs to answer the probe requests and we do not know
a way to say to the ucode to just handle the normal probe requests, so
for now no probe requests should be handled by the ucode.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/brcm80211/brcmsmac/pub.h b/drivers/net/wireless/brcm80211/brcmsmac/pub.h index 5e6db62ab42e..6fa746e6117d 100644 --- a/drivers/net/wireless/brcm80211/brcmsmac/pub.h +++ b/drivers/net/wireless/brcm80211/brcmsmac/pub.h @@ -338,6 +338,7 @@ extern void brcms_c_set_new_beacon(struct brcms_c_info *wlc, u16 dtim_period); extern void brcms_c_set_new_probe_resp(struct brcms_c_info *wlc, struct sk_buff *probe_resp); +extern void brcms_c_enable_probe_resp(struct brcms_c_info *wlc, bool enable); extern void brcms_c_set_ssid(struct brcms_c_info *wlc, u8 *ssid, size_t ssid_len); |