diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2009-01-16 11:08:28 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-01-29 16:00:38 -0500 |
commit | 6642fe6f5d033128086c8b64737780454e53625e (patch) | |
tree | 9c226ee8dc1c7534f9c8ee5d79a274d60f305e48 /drivers/net/wireless/ath9k/rc.h | |
parent | 9aed3cc124343d92be6697e9af3928bdfe8eb03e (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.h | 1 |
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 | */ |
91 | struct ath_rate_table { | 91 | struct 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; |