diff options
author | Luciano Coelho <coelho@ti.com> | 2011-05-10 07:46:02 -0400 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2011-05-12 17:06:33 -0400 |
commit | 33c2c06cd2d766387cf919d0afd432cc5796c369 (patch) | |
tree | 6a3dd1f574fba9841bb9feeb3067b6fab5b819bb /drivers/net/wireless/wl12xx/wl12xx.h | |
parent | 95feadca6dca909ae0f6e65665b782c7ca9d5122 (diff) |
wl12xx: implement scheduled scan driver operations and reporting
This patch adds the mac80211 operations for scheduled scan and the
scheduled scan results reporting.
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/wl12xx.h b/drivers/net/wireless/wl12xx/wl12xx.h index b7601438eca..10f076770fe 100644 --- a/drivers/net/wireless/wl12xx/wl12xx.h +++ b/drivers/net/wireless/wl12xx/wl12xx.h | |||
@@ -480,6 +480,8 @@ struct wl1271 { | |||
480 | struct wl1271_scan scan; | 480 | struct wl1271_scan scan; |
481 | struct delayed_work scan_complete_work; | 481 | struct delayed_work scan_complete_work; |
482 | 482 | ||
483 | bool sched_scanning; | ||
484 | |||
483 | /* probe-req template for the current AP */ | 485 | /* probe-req template for the current AP */ |
484 | struct sk_buff *probereq; | 486 | struct sk_buff *probereq; |
485 | 487 | ||