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 f12df5bb529f..89d5bba28e05 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -1122,6 +1122,8 @@ enum ieee80211_sta_state { | |||
1122 | * @aid: AID we assigned to the station if we're an AP | 1122 | * @aid: AID we assigned to the station if we're an AP |
1123 | * @supp_rates: Bitmap of supported rates (per band) | 1123 | * @supp_rates: Bitmap of supported rates (per band) |
1124 | * @ht_cap: HT capabilities of this STA; restricted to our own TX capabilities | 1124 | * @ht_cap: HT capabilities of this STA; restricted to our own TX capabilities |
1125 | * @vht_cap: VHT capabilities of this STA; Not restricting any capabilities | ||
1126 | * of remote STA. Taking as is. | ||
1125 | * @wme: indicates whether the STA supports WME. Only valid during AP-mode. | 1127 | * @wme: indicates whether the STA supports WME. Only valid during AP-mode. |
1126 | * @drv_priv: data area for driver use, will always be aligned to | 1128 | * @drv_priv: data area for driver use, will always be aligned to |
1127 | * sizeof(void *), size is determined in hw information. | 1129 | * sizeof(void *), size is determined in hw information. |
@@ -1134,6 +1136,7 @@ struct ieee80211_sta { | |||
1134 | u8 addr[ETH_ALEN]; | 1136 | u8 addr[ETH_ALEN]; |
1135 | u16 aid; | 1137 | u16 aid; |
1136 | struct ieee80211_sta_ht_cap ht_cap; | 1138 | struct ieee80211_sta_ht_cap ht_cap; |
1139 | struct ieee80211_sta_vht_cap vht_cap; | ||
1137 | bool wme; | 1140 | bool wme; |
1138 | u8 uapsd_queues; | 1141 | u8 uapsd_queues; |
1139 | u8 max_sp; | 1142 | u8 max_sp; |