diff options
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index fd52300b96d0..94ff3eface49 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -529,11 +529,14 @@ struct ieee80211_conf { | |||
529 | * use during the life of a virtual interface. | 529 | * use during the life of a virtual interface. |
530 | * | 530 | * |
531 | * @type: type of this virtual interface | 531 | * @type: type of this virtual interface |
532 | * @bss_conf: BSS configuration for this interface, either our own | ||
533 | * or the BSS we're associated to | ||
532 | * @drv_priv: data area for driver use, will always be aligned to | 534 | * @drv_priv: data area for driver use, will always be aligned to |
533 | * sizeof(void *). | 535 | * sizeof(void *). |
534 | */ | 536 | */ |
535 | struct ieee80211_vif { | 537 | struct ieee80211_vif { |
536 | enum nl80211_iftype type; | 538 | enum nl80211_iftype type; |
539 | struct ieee80211_bss_conf bss_conf; | ||
537 | /* must be last */ | 540 | /* must be last */ |
538 | u8 drv_priv[0] __attribute__((__aligned__(sizeof(void *)))); | 541 | u8 drv_priv[0] __attribute__((__aligned__(sizeof(void *)))); |
539 | }; | 542 | }; |