diff options
Diffstat (limited to 'include/net/wireless.h')
-rw-r--r-- | include/net/wireless.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/wireless.h b/include/net/wireless.h index 0de7fde9f336..721efb363db7 100644 --- a/include/net/wireless.h +++ b/include/net/wireless.h | |||
@@ -223,9 +223,11 @@ struct wiphy { | |||
223 | * the netdev.) | 223 | * the netdev.) |
224 | * | 224 | * |
225 | * @wiphy: pointer to hardware description | 225 | * @wiphy: pointer to hardware description |
226 | * @iftype: interface type | ||
226 | */ | 227 | */ |
227 | struct wireless_dev { | 228 | struct wireless_dev { |
228 | struct wiphy *wiphy; | 229 | struct wiphy *wiphy; |
230 | enum nl80211_iftype iftype; | ||
229 | 231 | ||
230 | /* private to the generic wireless code */ | 232 | /* private to the generic wireless code */ |
231 | struct list_head list; | 233 | struct list_head list; |