diff options
author | Arik Nemtsov <arik@wizery.com> | 2011-11-08 11:46:54 -0500 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2011-12-01 08:55:46 -0500 |
commit | 560f00241b6d95bde73a570c29d6919b36fdf852 (patch) | |
tree | 20c0ea98fcc0dd27db468a8accef19d33769f87c /drivers/net/wireless/wl12xx/wl12xx.h | |
parent | f6efe96edd9c41c624c8f4ddbc4930c1a2d8f1e1 (diff) |
wl12xx: configure probe-resp template according to notification
When operating in AP-mode, replace our probe-response template when a
notification is recieved from mac80211. We preserve the "legacy" way of
configuring a probe-response according to beacon for IBSS mode and for
versions of hostapd that do not support this feature.
Signed-off-by: Guy Eilam <guy@wizery.com>
Signed-off-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/wl12xx.h')
-rw-r--r-- | drivers/net/wireless/wl12xx/wl12xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/wl12xx.h b/drivers/net/wireless/wl12xx/wl12xx.h index e58e801f7aea..f1c911774bfd 100644 --- a/drivers/net/wireless/wl12xx/wl12xx.h +++ b/drivers/net/wireless/wl12xx/wl12xx.h | |||
@@ -268,6 +268,7 @@ enum wl12xx_vif_flags { | |||
268 | WLVIF_FLAG_RX_STREAMING_STARTED, | 268 | WLVIF_FLAG_RX_STREAMING_STARTED, |
269 | WLVIF_FLAG_PSPOLL_FAILURE, | 269 | WLVIF_FLAG_PSPOLL_FAILURE, |
270 | WLVIF_FLAG_CS_PROGRESS, | 270 | WLVIF_FLAG_CS_PROGRESS, |
271 | WLVIF_FLAG_AP_PROBE_RESP_SET, | ||
271 | }; | 272 | }; |
272 | 273 | ||
273 | struct wl1271_link { | 274 | struct wl1271_link { |