nl80211/cfg80211: add max_sched_scan_ie_len in the hw description
authorLuciano Coelho <coelho@ti.com>
Wed, 13 Jul 2011 11:57:29 +0000 (14:57 +0300)
committerDmitry Shmidt <dimitrysh@google.com>
Tue, 13 Mar 2012 17:49:17 +0000 (10:49 -0700)
commit001692ab00eac6564c672240cd7da62860925d15
treeb4d0b1043e3c66e6e4acc246abeba75404e1295d
parent2e128bd956e19c4a55effbdf8f7701cfa1bb7a23
nl80211/cfg80211: add max_sched_scan_ie_len in the hw description

Some chips may support different lengths of user-supplied IEs with a
single scheduled scan command than with a single normal scan command.

To support this, this patch creates a separate hardware description
element that describes the maximum size of user-supplied information
element data 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