Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c221387 authored by Sujith Manoharan's avatar Sujith Manoharan Committed by John W. Linville
Browse files

ath9k: Rename ar9003_hw_tx_iqcal_load_avg_2_passes



Use ar9003_hw_tx_iq_cal_outlier_detection instead.

Signed-off-by: default avatarSujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 9fded99a
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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,
						  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;
		}
	}
	ar9003_hw_tx_iqcal_load_avg_2_passes(ah, &coeff, is_reusable);
	ar9003_hw_tx_iq_cal_outlier_detection(ah, &coeff, is_reusable);

	return;