aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k/rc.h
diff options
context:
space:
mode:
authorSujith <Sujith.Manoharan@atheros.com>2009-01-16 11:08:28 -0500
committerJohn W. Linville <linville@tuxdriver.com>2009-01-29 16:00:38 -0500
commit6642fe6f5d033128086c8b64737780454e53625e (patch)
tree9c226ee8dc1c7534f9c8ee5d79a274d60f305e48 /drivers/net/wireless/ath9k/rc.h
parent9aed3cc124343d92be6697e9af3928bdfe8eb03e (diff)
ath9k: rateCodeToIndex is not used, remove it
Calculation of rate indices from ratecode is done in recv.c in a straightforward manner for both HT and legacy rates. This variable is not needed anymore. Signed-off-by: Sujith <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k/rc.h')
-rw-r--r--drivers/net/wireless/ath9k/rc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath9k/rc.h b/drivers/net/wireless/ath9k/rc.h
index 97c60d12e8aa..a987cb9e74e2 100644
--- a/drivers/net/wireless/ath9k/rc.h
+++ b/drivers/net/wireless/ath9k/rc.h
@@ -90,7 +90,6 @@ struct ath_softc;
90 */ 90 */
91struct ath_rate_table { 91struct ath_rate_table {
92 int rate_cnt; 92 int rate_cnt;
93 u8 rateCodeToIndex[256];
94 struct { 93 struct {
95 int valid; 94 int valid;
96 int valid_single_stream; 95 int valid_single_stream;