mac80211: add support for HW scheduled scan
authorLuciano Coelho <coelho@ti.com>
Wed, 11 May 2011 14:09:36 +0000 (17:09 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 11 May 2011 19:12:27 +0000 (15:12 -0400)
commit79f460ca49d8d5700756ab7071c951311c7f29cc
treeb11b62473697c6c1858b83b3abe5181990f85c19
parent807f8a8c300435d5483e8d78df9dcdbc27333166
mac80211: add support for HW scheduled scan

Implement support for HW scheduled scan.  The mac80211 code doesn't perform
scheduled scans itself, but calls the driver to start and stop scheduled
scans.

This patch also creates a trace event class to be used by drv_hw_scan
and the new drv_sched_scan_start and drv_sched_stop functions, in
order to avoid duplicate code.

Signed-off-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/mac80211.h
net/mac80211/cfg.c
net/mac80211/driver-ops.h
net/mac80211/driver-trace.h
net/mac80211/ieee80211_i.h
net/mac80211/main.c
net/mac80211/rx.c
net/mac80211/scan.c