diff options
author | Rajkumar Manoharan <rmanohar@qca.qualcomm.com> | 2012-06-04 06:58:03 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-06-06 15:20:27 -0400 |
commit | 5d294a168012ec9a5258efae0a1282e94691a5d4 (patch) | |
tree | 0fcc290d7e1aaeeccc014710c96d0f1305079d8c | |
parent | e6930c4b32aaa30fb9510984509afcc9f61fa39c (diff) |
ath9k_hw: update ar9462 initval table to fix rx
The wrong ADC sample phase that happen between awake and
network/full sleep will lead to improper rx noisefloor
calibration.
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/ar9462_2p0_initvals.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ar9462_2p0_initvals.h b/drivers/net/wireless/ath/ath9k/ar9462_2p0_initvals.h index 1d6658e139b5..a10ece0cb6cd 100644 --- a/drivers/net/wireless/ath/ath9k/ar9462_2p0_initvals.h +++ b/drivers/net/wireless/ath/ath9k/ar9462_2p0_initvals.h | |||
@@ -958,7 +958,7 @@ static const u32 ar9462_2p0_radio_core[][2] = { | |||
958 | {0x0001604c, 0x2699e04f}, | 958 | {0x0001604c, 0x2699e04f}, |
959 | {0x00016050, 0x6db6db6c}, | 959 | {0x00016050, 0x6db6db6c}, |
960 | {0x00016058, 0x6c200000}, | 960 | {0x00016058, 0x6c200000}, |
961 | {0x00016080, 0x00040000}, | 961 | {0x00016080, 0x000c0000}, |
962 | {0x00016084, 0x9a68048c}, | 962 | {0x00016084, 0x9a68048c}, |
963 | {0x00016088, 0x54214514}, | 963 | {0x00016088, 0x54214514}, |
964 | {0x0001608c, 0x1203040b}, | 964 | {0x0001608c, 0x1203040b}, |
@@ -981,7 +981,7 @@ static const u32 ar9462_2p0_radio_core[][2] = { | |||
981 | {0x00016144, 0x02084080}, | 981 | {0x00016144, 0x02084080}, |
982 | {0x00016148, 0x000080c0}, | 982 | {0x00016148, 0x000080c0}, |
983 | {0x00016280, 0x050a0001}, | 983 | {0x00016280, 0x050a0001}, |
984 | {0x00016284, 0x3d841400}, | 984 | {0x00016284, 0x3d841418}, |
985 | {0x00016288, 0x00000000}, | 985 | {0x00016288, 0x00000000}, |
986 | {0x0001628c, 0xe3000000}, | 986 | {0x0001628c, 0xe3000000}, |
987 | {0x00016290, 0xa1005080}, | 987 | {0x00016290, 0xa1005080}, |