diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2013-12-01 23:26:31 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-12-02 14:25:04 -0500 |
commit | 2c8672c13a206fdf1df1f9c5c57f361a7d3f5594 (patch) | |
tree | 8e1bd124f69182fc3cf20f93f5994f9e3bfad54b /drivers/net/wireless/ath/ath9k/ar9340_initvals.h | |
parent | 40cc87de93ebb9122f6fcddd799ea18145f0bdab (diff) |
ath9k: Fix initvals for freq 2484
This is missing for AR9300, AR9580 and AR9340.
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/ar9340_initvals.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ar9340_initvals.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ar9340_initvals.h b/drivers/net/wireless/ath/ath9k/ar9340_initvals.h index d2d789bdb7f8..7f22cb2a4941 100644 --- a/drivers/net/wireless/ath/ath9k/ar9340_initvals.h +++ b/drivers/net/wireless/ath/ath9k/ar9340_initvals.h | |||
@@ -28,6 +28,8 @@ | |||
28 | 28 | ||
29 | #define ar9340Common_wo_xlna_rx_gain_table_1p0 ar9300Common_wo_xlna_rx_gain_table_2p2 | 29 | #define ar9340Common_wo_xlna_rx_gain_table_1p0 ar9300Common_wo_xlna_rx_gain_table_2p2 |
30 | 30 | ||
31 | #define ar9340_1p0_baseband_core_txfir_coeff_japan_2484 ar9300_2p2_baseband_core_txfir_coeff_japan_2484 | ||
32 | |||
31 | static const u32 ar9340_1p0_radio_postamble[][5] = { | 33 | static const u32 ar9340_1p0_radio_postamble[][5] = { |
32 | /* Addr 5G_HT20 5G_HT40 2G_HT40 2G_HT20 */ | 34 | /* Addr 5G_HT20 5G_HT40 2G_HT40 2G_HT20 */ |
33 | {0x000160ac, 0xa4646800, 0xa4646800, 0xa4646800, 0xa4646800}, | 35 | {0x000160ac, 0xa4646800, 0xa4646800, 0xa4646800, 0xa4646800}, |