]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3dbd048d521d7eea4ecbdec4813a985e386fd8f3
treeb11b62473697c6c1858b83b3abe5181990f85c19
parentfd0ccc59d919509d89ddc4a409989e3fdd9a4685
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