diff options
Diffstat (limited to 'net/mac80211/sta_info.h')
-rw-r--r-- | net/mac80211/sta_info.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index 5d8fabf7a68b..b773c7b8d296 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h | |||
@@ -167,7 +167,6 @@ struct sta_ampdu_mlme { | |||
167 | * @lock: used for locking all fields that require locking, see comments | 167 | * @lock: used for locking all fields that require locking, see comments |
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 | ||
171 | * @addr: MAC address of this STA | 170 | * @addr: MAC address of this STA |
172 | * @aid: STA's unique AID (1..2007, 0 = not assigned yet), | 171 | * @aid: STA's unique AID (1..2007, 0 = not assigned yet), |
173 | * only used in AP (and IBSS?) mode | 172 | * only used in AP (and IBSS?) mode |
@@ -226,7 +225,6 @@ struct sta_info { | |||
226 | void *rate_ctrl_priv; | 225 | void *rate_ctrl_priv; |
227 | spinlock_t lock; | 226 | spinlock_t lock; |
228 | spinlock_t flaglock; | 227 | spinlock_t flaglock; |
229 | struct ieee80211_ht_info ht_info; | ||
230 | 228 | ||
231 | u16 listen_interval; | 229 | u16 listen_interval; |
232 | 230 | ||