diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/mac80211.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 2aff4906b2a..e94cc526b0f 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -659,12 +659,14 @@ struct ieee80211_conf { | |||
659 | * @type: type of this virtual interface | 659 | * @type: type of this virtual interface |
660 | * @bss_conf: BSS configuration for this interface, either our own | 660 | * @bss_conf: BSS configuration for this interface, either our own |
661 | * or the BSS we're associated to | 661 | * or the BSS we're associated to |
662 | * @addr: address of this interface | ||
662 | * @drv_priv: data area for driver use, will always be aligned to | 663 | * @drv_priv: data area for driver use, will always be aligned to |
663 | * sizeof(void *). | 664 | * sizeof(void *). |
664 | */ | 665 | */ |
665 | struct ieee80211_vif { | 666 | struct ieee80211_vif { |
666 | enum nl80211_iftype type; | 667 | enum nl80211_iftype type; |
667 | struct ieee80211_bss_conf bss_conf; | 668 | struct ieee80211_bss_conf bss_conf; |
669 | u8 addr[ETH_ALEN]; | ||
668 | /* must be last */ | 670 | /* must be last */ |
669 | u8 drv_priv[0] __attribute__((__aligned__(sizeof(void *)))); | 671 | u8 drv_priv[0] __attribute__((__aligned__(sizeof(void *)))); |
670 | }; | 672 | }; |