|
@@ -149,7 +149,9 @@ static void ar9003_hw_init_mode_regs(struct ath_hw *ah)
|
|
|
ar9340Modes_high_ob_db_tx_gain_table_1p0);
|
|
|
|
|
|
INIT_INI_ARRAY(&ah->iniModesFastClock,
|
|
|
- ar9340Modes_fast_clock_1p0);
|
|
|
+ ar9340Modes_fast_clock_1p0);
|
|
|
+ INIT_INI_ARRAY(&ah->iniCckfirJapan2484,
|
|
|
+ ar9340_1p0_baseband_core_txfir_coeff_japan_2484);
|
|
|
|
|
|
if (!ah->is_clk_25mhz)
|
|
|
INIT_INI_ARRAY(&ah->iniAdditional,
|
|
@@ -335,7 +337,9 @@ static void ar9003_hw_init_mode_regs(struct ath_hw *ah)
|
|
|
ar9580_1p0_low_ob_db_tx_gain_table);
|
|
|
|
|
|
INIT_INI_ARRAY(&ah->iniModesFastClock,
|
|
|
- ar9580_1p0_modes_fast_clock);
|
|
|
+ ar9580_1p0_modes_fast_clock);
|
|
|
+ INIT_INI_ARRAY(&ah->iniCckfirJapan2484,
|
|
|
+ ar9580_1p0_baseband_core_txfir_coeff_japan_2484);
|
|
|
} else if (AR_SREV_9565_11_OR_LATER(ah)) {
|
|
|
INIT_INI_ARRAY(&ah->iniMac[ATH_INI_CORE],
|
|
|
ar9565_1p1_mac_core);
|
|
@@ -451,7 +455,9 @@ static void ar9003_hw_init_mode_regs(struct ath_hw *ah)
|
|
|
|
|
|
/* Fast clock modal settings */
|
|
|
INIT_INI_ARRAY(&ah->iniModesFastClock,
|
|
|
- ar9300Modes_fast_clock_2p2);
|
|
|
+ ar9300Modes_fast_clock_2p2);
|
|
|
+ INIT_INI_ARRAY(&ah->iniCckfirJapan2484,
|
|
|
+ ar9300_2p2_baseband_core_txfir_coeff_japan_2484);
|
|
|
}
|
|
|
}
|
|
|
|