ath9k: Rename ar9003_hw_tx_iqcal_load_avg_2_passes

Use ar9003_hw_tx_iq_cal_outlier_detection instead.

Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Sujith Manoharan 2014-02-07 10:29:51 +05:30 committed by John W. Linville
parent 9fded99ad7
commit 8c2213876e
1 changed files with 4 additions and 4 deletions

View File

@ -883,7 +883,7 @@ static void ar9003_hw_detect_outlier(int *mp_coeff, int nmeasurement,
} }
} }
static void ar9003_hw_tx_iqcal_load_avg_2_passes(struct ath_hw *ah, static void ar9003_hw_tx_iq_cal_outlier_detection(struct ath_hw *ah,
struct coeff *coeff, struct coeff *coeff,
bool is_reusable) bool is_reusable)
{ {
@ -1072,7 +1072,7 @@ static void ar9003_hw_tx_iq_cal_post_proc(struct ath_hw *ah, bool is_reusable)
coeff.phs_coeff[i][im] -= 128; coeff.phs_coeff[i][im] -= 128;
} }
} }
ar9003_hw_tx_iqcal_load_avg_2_passes(ah, &coeff, is_reusable); ar9003_hw_tx_iq_cal_outlier_detection(ah, &coeff, is_reusable);
return; return;