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 9324f8dd183e..1dc8ec3daa2f 100644 --- a/include/net/wireless.h +++ b/include/net/wireless.h | |||
@@ -185,6 +185,9 @@ struct wiphy { | |||
185 | /* permanent MAC address */ | 185 | /* permanent MAC address */ |
186 | u8 perm_addr[ETH_ALEN]; | 186 | u8 perm_addr[ETH_ALEN]; |
187 | 187 | ||
188 | /* Supported interface modes, OR together BIT(NL80211_IFTYPE_...) */ | ||
189 | u16 interface_modes; | ||
190 | |||
188 | /* If multiple wiphys are registered and you're handed e.g. | 191 | /* If multiple wiphys are registered and you're handed e.g. |
189 | * a regular netdev with assigned ieee80211_ptr, you won't | 192 | * a regular netdev with assigned ieee80211_ptr, you won't |
190 | * know whether it points to a wiphy your driver has registered | 193 | * know whether it points to a wiphy your driver has registered |