summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Kossifidis2009-03-15 21:13:39 +0100
committerJohn W. Linville2009-03-28 01:12:54 +0100
commit504f365554a7f543fcd706878ff9edf785be7614 (patch)
treeb8ed962c87a0f9b1a31f735d874d9c4aaffb4cd7
parentieee80211: document DS bit usage (diff)
downloadkernel-qcow2-linux-504f365554a7f543fcd706878ff9edf785be7614.tar.gz
kernel-qcow2-linux-504f365554a7f543fcd706878ff9edf785be7614.tar.xz
kernel-qcow2-linux-504f365554a7f543fcd706878ff9edf785be7614.zip
ath5k: Choose the right initvals for RF2425
* Fix a typo in initvals.c so that we use the RF2425 array for RF2425 and not RF2413 Note: This also fixes incorect pd gain overlap since RF2425 has different pd gain overlap from RF2413 Signed-off-by: Nick Kossifidis <mickflemm@gmail.com> Acked-by: Bob Copeland <me@bobcopeland.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r--drivers/net/wireless/ath5k/initvals.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath5k/initvals.c b/drivers/net/wireless/ath5k/initvals.c
index 44886434187b..61fb621ed20d 100644
--- a/drivers/net/wireless/ath5k/initvals.c
+++ b/drivers/net/wireless/ath5k/initvals.c
@@ -1510,8 +1510,8 @@ int ath5k_hw_write_initvals(struct ath5k_hw *ah, u8 mode, bool change_channel)
rf2425_ini_mode_end, mode);
ath5k_hw_ini_registers(ah,
- ARRAY_SIZE(rf2413_ini_common_end),
- rf2413_ini_common_end, change_channel);
+ ARRAY_SIZE(rf2425_ini_common_end),
+ rf2425_ini_common_end, change_channel);
ath5k_hw_ini_registers(ah,
ARRAY_SIZE(rf5112_ini_bbgain),