diff options
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 5174eaa89500..01b32152b89e 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -197,6 +197,9 @@ enum ieee80211_bss_change { | |||
197 | * @aid: association ID number, valid only when @assoc is true | 197 | * @aid: association ID number, valid only when @assoc is true |
198 | * @use_cts_prot: use CTS protection | 198 | * @use_cts_prot: use CTS protection |
199 | * @use_short_preamble: use 802.11b short preamble | 199 | * @use_short_preamble: use 802.11b short preamble |
200 | * @timestamp: beacon timestamp | ||
201 | * @beacon_int: beacon interval | ||
202 | * @assoc_capability: capabbilities taken from assoc resp | ||
200 | * @assoc_ht: association in HT mode | 203 | * @assoc_ht: association in HT mode |
201 | * @ht_conf: ht capabilities | 204 | * @ht_conf: ht capabilities |
202 | * @ht_bss_conf: ht extended capabilities | 205 | * @ht_bss_conf: ht extended capabilities |
@@ -208,6 +211,9 @@ struct ieee80211_bss_conf { | |||
208 | /* erp related data */ | 211 | /* erp related data */ |
209 | bool use_cts_prot; | 212 | bool use_cts_prot; |
210 | bool use_short_preamble; | 213 | bool use_short_preamble; |
214 | u16 beacon_int; | ||
215 | u16 assoc_capability; | ||
216 | u64 timestamp; | ||
211 | /* ht related data */ | 217 | /* ht related data */ |
212 | bool assoc_ht; | 218 | bool assoc_ht; |
213 | struct ieee80211_ht_info *ht_conf; | 219 | struct ieee80211_ht_info *ht_conf; |