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)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 15 Jul 2011 17:38:30 +0000 (13:38 -0400)
commit5a865bad44984de245d20bfb7cff99993e8e8294
treef4a73c454eddd082e397d53a8467e4a92fd28ee3
parent93b6aa693a355932b69c96956596b03f91baec35
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