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

Commit 7644317b authored by Sujith Manoharan's avatar Sujith Manoharan Committed by Kalle Valo
Browse files

ath9k: Start AIC calibration during MCI reset



When a MCI reset is done, make sure that AIC
is started.

Signed-off-by: default avatarSujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 60544603
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1017,6 +1017,9 @@ int ar9003_mci_reset(struct ath_hw *ah, bool en_int, bool is_2g,
	if (en_int)
		ar9003_mci_enable_interrupt(ah);

	if (ath9k_hw_is_aic_enabled(ah))
		ar9003_aic_start_normal(ah);

	return 0;
}