diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2009-03-31 06:12:05 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-04-22 16:54:39 -0400 |
commit | 18a8365992a8041aa178ae9ad5f0d951d0457230 (patch) | |
tree | cb7a461139269feb191e5f5d03c4438cfa9335f2 /include/net | |
parent | 75c2148fa5330c6de741fc96e3308f57d846a6b4 (diff) |
cfg80211: introduce scan IE limit attribute
This patch introduces a new attribute for a wiphy that tells
userspace how long the information elements added to a probe
request frame can be at most. It also updates the at76 to
advertise that it cannot support that, and, for now until I
can fix that, iwlwifi too.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/wireless.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/wireless.h b/include/net/wireless.h index 64a76208580c..2bcdeda46d81 100644 --- a/include/net/wireless.h +++ b/include/net/wireless.h | |||
@@ -222,6 +222,7 @@ struct wiphy { | |||
222 | 222 | ||
223 | int bss_priv_size; | 223 | int bss_priv_size; |
224 | u8 max_scan_ssids; | 224 | u8 max_scan_ssids; |
225 | u16 max_scan_ie_len; | ||
225 | 226 | ||
226 | /* If multiple wiphys are registered and you're handed e.g. | 227 | /* If multiple wiphys are registered and you're handed e.g. |
227 | * a regular netdev with assigned ieee80211_ptr, you won't | 228 | * a regular netdev with assigned ieee80211_ptr, you won't |