diff options
author | Oleksij Rempel <linux@rempel-privat.de> | 2014-03-01 15:15:46 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-03-17 13:13:05 -0400 |
commit | a099874ed9db31e8ac0d8173394e54081d518635 (patch) | |
tree | 9d65c995262447b5effbad78b5d4a3871303b4b5 /drivers/net/wireless/ath/ath9k/htc.h | |
parent | 3c4816d9a324f06c481dcc36c8dc1168f5d785c5 (diff) |
ath9k_htc: move beaconq to struct htc_beacon
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/htc.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/htc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/htc.h b/drivers/net/wireless/ath/ath9k/htc.h index ed41db550e18..69022b08d4d1 100644 --- a/drivers/net/wireless/ath/ath9k/htc.h +++ b/drivers/net/wireless/ath/ath9k/htc.h | |||
@@ -409,6 +409,7 @@ static inline void ath9k_htc_err_stat_rx(struct ath9k_htc_priv *priv, | |||
409 | struct htc_beacon { | 409 | struct htc_beacon { |
410 | struct ieee80211_vif *bslot[ATH9K_HTC_MAX_BCN_VIF]; | 410 | struct ieee80211_vif *bslot[ATH9K_HTC_MAX_BCN_VIF]; |
411 | u32 bmisscnt; | 411 | u32 bmisscnt; |
412 | u32 beaconq; | ||
412 | }; | 413 | }; |
413 | 414 | ||
414 | struct ath_btcoex { | 415 | struct ath_btcoex { |
@@ -512,7 +513,6 @@ struct ath9k_htc_priv { | |||
512 | struct work_struct led_work; | 513 | struct work_struct led_work; |
513 | #endif | 514 | #endif |
514 | 515 | ||
515 | int beaconq; | ||
516 | int cabq; | 516 | int cabq; |
517 | int hwq_map[IEEE80211_NUM_ACS]; | 517 | int hwq_map[IEEE80211_NUM_ACS]; |
518 | 518 | ||