aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/mac80211.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r--include/net/mac80211.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index 2f01d84ca52f..2e752df57510 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -954,6 +954,8 @@ struct ieee80211_sta {
954 u16 aid; 954 u16 aid;
955 struct ieee80211_sta_ht_cap ht_cap; 955 struct ieee80211_sta_ht_cap ht_cap;
956 bool wme; 956 bool wme;
957 u8 uapsd_queues;
958 u8 max_sp;
957 959
958 /* must be last */ 960 /* must be last */
959 u8 drv_priv[0] __attribute__((__aligned__(sizeof(void *)))); 961 u8 drv_priv[0] __attribute__((__aligned__(sizeof(void *))));