diff options
author | Oleksij Rempel <linux@rempel-privat.de> | 2014-03-01 15:15:53 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-03-17 13:13:06 -0400 |
commit | df728780d2ae2a47ffb9ce6486f0eb190d3371a6 (patch) | |
tree | dd40cf902b312308c82c1b0740cbb62829c029ae /drivers/net/wireless/ath/ath9k/ath9k.h | |
parent | cc24c86f7cc5de8938c32f15cd59bd425d21bb60 (diff) |
ath9k: remove unused beacon_qi
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ath9k.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ath9k.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h index d8dddce75da7..aa4f14444997 100644 --- a/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/drivers/net/wireless/ath/ath9k/ath9k.h | |||
@@ -420,7 +420,6 @@ struct ath_beacon { | |||
420 | struct ieee80211_vif *bslot[ATH_BCBUF]; | 420 | struct ieee80211_vif *bslot[ATH_BCBUF]; |
421 | int slottime; | 421 | int slottime; |
422 | int slotupdate; | 422 | int slotupdate; |
423 | struct ath9k_tx_queue_info beacon_qi; | ||
424 | struct ath_descdma bdma; | 423 | struct ath_descdma bdma; |
425 | struct ath_txq *cabq; | 424 | struct ath_txq *cabq; |
426 | struct list_head bbuf; | 425 | struct list_head bbuf; |