aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/sta_info.h')
-rw-r--r--net/mac80211/sta_info.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h
index df42d181545..4dafa044b2f 100644
--- a/net/mac80211/sta_info.h
+++ b/net/mac80211/sta_info.h
@@ -168,7 +168,6 @@ struct sta_ampdu_mlme {
168 * in the header file. 168 * in the header file.
169 * @flaglock: spinlock for flags accesses 169 * @flaglock: spinlock for flags accesses
170 * @ht_info: HT capabilities of this STA 170 * @ht_info: HT capabilities of this STA
171 * @supp_rates: Bitmap of supported rates (per band)
172 * @addr: MAC address of this STA 171 * @addr: MAC address of this STA
173 * @aid: STA's unique AID (1..2007, 0 = not assigned yet), 172 * @aid: STA's unique AID (1..2007, 0 = not assigned yet),
174 * only used in AP (and IBSS?) mode 173 * only used in AP (and IBSS?) mode
@@ -228,7 +227,6 @@ struct sta_info {
228 spinlock_t lock; 227 spinlock_t lock;
229 spinlock_t flaglock; 228 spinlock_t flaglock;
230 struct ieee80211_ht_info ht_info; 229 struct ieee80211_ht_info ht_info;
231 u64 supp_rates[IEEE80211_NUM_BANDS];
232 230
233 u16 listen_interval; 231 u16 listen_interval;
234 232