aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRajkumar Manoharan <rmanohar@qca.qualcomm.com>2011-07-08 08:42:02 -0400
committerJohn W. Linville <linville@tuxdriver.com>2011-07-08 11:47:56 -0400
commit1fa1238e50385707b8e9fea97d16252c931448d8 (patch)
tree10433f2b613e9ed0ec7f1f7cfe8c7959a093d15c
parent43d9325b2477b556ac1cc95cf15f40cbd4100e5d (diff)
ath9k_hw: Remove read-only registers from AR9003 intervals
This patch removes read only registers that cause invalid address access and also updates index for measurement filter calibration window size. Signed-off-by: Rajkumar Manoharan <rmanohar@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r--drivers/net/wireless/ath/ath9k/ar9003_2p2_initvals.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ar9003_2p2_initvals.h b/drivers/net/wireless/ath/ath9k/ar9003_2p2_initvals.h
index cbe765b5ed17..2339728a7306 100644
--- a/drivers/net/wireless/ath/ath9k/ar9003_2p2_initvals.h
+++ b/drivers/net/wireless/ath/ath9k/ar9003_2p2_initvals.h
@@ -653,7 +653,7 @@ static const u32 ar9300_2p2_baseband_postamble[][5] = {
653 {0x0000a288, 0x00000110, 0x00000110, 0x00000110, 0x00000110}, 653 {0x0000a288, 0x00000110, 0x00000110, 0x00000110, 0x00000110},
654 {0x0000a28c, 0x00022222, 0x00022222, 0x00022222, 0x00022222}, 654 {0x0000a28c, 0x00022222, 0x00022222, 0x00022222, 0x00022222},
655 {0x0000a2c4, 0x00158d18, 0x00158d18, 0x00158d18, 0x00158d18}, 655 {0x0000a2c4, 0x00158d18, 0x00158d18, 0x00158d18, 0x00158d18},
656 {0x0000a2d0, 0x00071981, 0x00071981, 0x00071981, 0x00071982}, 656 {0x0000a2d0, 0x00041981, 0x00041981, 0x00041981, 0x00041982},
657 {0x0000a2d8, 0x7999a83b, 0x7999a83b, 0x7999a83b, 0x7999a83b}, 657 {0x0000a2d8, 0x7999a83b, 0x7999a83b, 0x7999a83b, 0x7999a83b},
658 {0x0000a358, 0x00000000, 0x00000000, 0x00000000, 0x00000000}, 658 {0x0000a358, 0x00000000, 0x00000000, 0x00000000, 0x00000000},
659 {0x0000a830, 0x0000019c, 0x0000019c, 0x0000019c, 0x0000019c}, 659 {0x0000a830, 0x0000019c, 0x0000019c, 0x0000019c, 0x0000019c},
@@ -1500,8 +1500,6 @@ static const u32 ar9300_2p2_mac_core[][2] = {
1500 {0x0000816c, 0x00000000}, 1500 {0x0000816c, 0x00000000},
1501 {0x000081c0, 0x00000000}, 1501 {0x000081c0, 0x00000000},
1502 {0x000081c4, 0x33332210}, 1502 {0x000081c4, 0x33332210},
1503 {0x000081c8, 0x00000000},
1504 {0x000081cc, 0x00000000},
1505 {0x000081ec, 0x00000000}, 1503 {0x000081ec, 0x00000000},
1506 {0x000081f0, 0x00000000}, 1504 {0x000081f0, 0x00000000},
1507 {0x000081f4, 0x00000000}, 1505 {0x000081f4, 0x00000000},