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)
committerDmitry Shmidt <dimitrysh@google.com>
Tue, 13 Mar 2012 17:49:17 +0000 (10:49 -0700)
commit2e128bd956e19c4a55effbdf8f7701cfa1bb7a23
tree25b723e3a5a7a4f00dbf2b177a2e729c434ca12b
parent2cdb45d19ebd62bcd249b4cff49c414fcf1f420c
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>
Conflicts:

include/linux/nl80211.h
include/linux/nl80211.h
include/net/cfg80211.h
net/wireless/nl80211.c