nl80211/cfg80211: add max_sched_scan_ssids in the hw description
authorLuciano Coelho <coelho@ti.com>
Wed, 13 Jul 2011 11:57:28 +0000 (14:57 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 15 Jul 2011 17:38:29 +0000 (13:38 -0400)
commit93b6aa693a355932b69c96956596b03f91baec35
tree882cf301349f62c68fcd4df765447cbb969ef67a
parent77dbbb138986b26cb99f868d4b6410577ef4c040
nl80211/cfg80211: add max_sched_scan_ssids in the hw description

Some chips can scan more SSIDs with a single scheduled scan command
than with a single normal scan command (eg. wl12xx chips).

To support this, this patch creates a separate hardware description
element that describes the amount of SSIDs supported in scheduled
scans.

Signed-off-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/linux/nl80211.h
include/net/cfg80211.h
net/wireless/nl80211.c