]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb1b4f349f28b662b0089c423003dbde740d72171
treef4a73c454eddd082e397d53a8467e4a92fd28ee3
parent6a566bc1ac13d74602b596d5146a7549d3636528
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