diff options
Diffstat (limited to 'include/net/wireless.h')
-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 |