diff options
Diffstat (limited to 'include/net/wireless.h')
-rw-r--r-- | include/net/wireless.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/wireless.h b/include/net/wireless.h index 1c6285eb1666..d815aa8b4534 100644 --- a/include/net/wireless.h +++ b/include/net/wireless.h | |||
@@ -200,6 +200,7 @@ struct ieee80211_supported_band { | |||
200 | * the regulatory_hint() API. This can be used by the driver | 200 | * the regulatory_hint() API. This can be used by the driver |
201 | * on the reg_notifier() if it chooses to ignore future | 201 | * on the reg_notifier() if it chooses to ignore future |
202 | * regulatory domain changes caused by other drivers. | 202 | * regulatory domain changes caused by other drivers. |
203 | * @signal_type: signal type reported in &struct cfg80211_bss. | ||
203 | */ | 204 | */ |
204 | struct wiphy { | 205 | struct wiphy { |
205 | /* assign these fields before you register the wiphy */ | 206 | /* assign these fields before you register the wiphy */ |
@@ -213,6 +214,8 @@ struct wiphy { | |||
213 | bool custom_regulatory; | 214 | bool custom_regulatory; |
214 | bool strict_regulatory; | 215 | bool strict_regulatory; |
215 | 216 | ||
217 | enum cfg80211_signal_type signal_type; | ||
218 | |||
216 | int bss_priv_size; | 219 | int bss_priv_size; |
217 | u8 max_scan_ssids; | 220 | u8 max_scan_ssids; |
218 | 221 | ||