|
@@ -630,6 +630,10 @@ static void ar9003_rx_gain_table_mode2(struct ath_hw *ah)
|
|
|
if (AR_SREV_9462_20(ah)) {
|
|
|
INIT_INI_ARRAY(&ah->iniModesRxGain,
|
|
|
ar9462_common_mixed_rx_gain_table_2p0);
|
|
|
+ INIT_INI_ARRAY(&ah->ini_modes_rxgain_bb_core,
|
|
|
+ ar9462_2p0_baseband_core_mix_rxgain);
|
|
|
+ INIT_INI_ARRAY(&ah->ini_modes_rxgain_bb_postamble,
|
|
|
+ ar9462_2p0_baseband_postamble_mix_rxgain);
|
|
|
INIT_INI_ARRAY(&ah->ini_modes_rxgain_5g_xlna,
|
|
|
ar9462_2p0_baseband_postamble_5g_xlna);
|
|
|
}
|