diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2009-01-16 19:08:28 +0300 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-01-30 00:00:38 +0300 |
commit | 6642fe6f5d033128086c8b64737780454e53625e (patch) | |
tree | 9c226ee8dc1c7534f9c8ee5d79a274d60f305e48 /drivers/net/wireless/ath9k/rc.h | |
parent | 9aed3cc124343d92be6697e9af3928bdfe8eb03e (diff) | |
download | linux-6642fe6f5d033128086c8b64737780454e53625e.tar.xz |
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; */ struct ath_rate_table { int rate_cnt; - u8 rateCodeToIndex[256]; struct { int valid; int valid_single_stream; |