diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2008-08-07 01:23:10 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-08-07 09:49:43 -0400 |
commit | ea9880fb059e0e95d651eab6029f58e7c81b8602 (patch) | |
tree | ad170c08ef7cd13e638c26fc45e59d38aca46cf9 /drivers/net/wireless/ath9k/main.c | |
parent | 60b67f519213cf6d59236d065b0953962b56abca (diff) |
ath9k: Remove redundant data structure ath9k_txq_info
Use ath9k_tx_queue_info which contains the same elements,
and merge get/set functions of tx queue properties.
Also, fix whitespace damage in struct ath_softc.
Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k/main.c')
-rw-r--r-- | drivers/net/wireless/ath9k/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath9k/main.c b/drivers/net/wireless/ath9k/main.c index 01bee5ec7233..4cf0d26d1392 100644 --- a/drivers/net/wireless/ath9k/main.c +++ b/drivers/net/wireless/ath9k/main.c | |||
@@ -700,7 +700,7 @@ static int ath9k_conf_tx(struct ieee80211_hw *hw, | |||
700 | const struct ieee80211_tx_queue_params *params) | 700 | const struct ieee80211_tx_queue_params *params) |
701 | { | 701 | { |
702 | struct ath_softc *sc = hw->priv; | 702 | struct ath_softc *sc = hw->priv; |
703 | struct ath9k_txq_info qi; | 703 | struct ath9k_tx_queue_info qi; |
704 | int ret = 0, qnum; | 704 | int ret = 0, qnum; |
705 | 705 | ||
706 | if (queue >= WME_NUM_AC) | 706 | if (queue >= WME_NUM_AC) |