diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2012-11-13 11:33:53 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-11-16 14:29:11 -0500 |
commit | 57527f8d4d71b5167a02fb6713857f55d3974748 (patch) | |
tree | d01ec106619e598a02656f9d3d67dd027ff51f9c /drivers/net/wireless/ath/ath9k/ar9485_initvals.h | |
parent | f3684343060636491d337e716f08834523cef722 (diff) | |
download | talos-op-linux-57527f8d4d71b5167a02fb6713857f55d3974748.tar.gz talos-op-linux-57527f8d4d71b5167a02fb6713857f55d3974748.zip |
ath9k_hw: Program filter coefficients correctly
2484 Mhz (Japan) usage requires filter coefficients to
be programmed in the CCK TX FIR registers. This is required
for AR9331, AR9485 and AR9462. Fix this and also remove
a few useless macros and a duplicate variable.
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ar9485_initvals.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ar9485_initvals.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ar9485_initvals.h b/drivers/net/wireless/ath/ath9k/ar9485_initvals.h index 02e4d977bd44..a3710f3bb90c 100644 --- a/drivers/net/wireless/ath/ath9k/ar9485_initvals.h +++ b/drivers/net/wireless/ath/ath9k/ar9485_initvals.h @@ -1060,4 +1060,6 @@ static const u32 ar9485_1_1_mac_core[][2] = { {0x000083d0, 0x000301ff}, }; +#define ar9485_1_1_baseband_core_txfir_coeff_japan_2484 ar9462_2p0_baseband_core_txfir_coeff_japan_2484 + #endif /* INITVALS_9485_H */ |