|
@@ -407,6 +407,7 @@ void ath_ani_calibrate(unsigned long data)
|
|
|
longcal ? "long" : "", shortcal ? "short" : "",
|
|
|
aniflag ? "ani" : "", common->ani.caldone ? "true" : "false");
|
|
|
|
|
|
+ ath9k_debug_samp_bb_mac(sc);
|
|
|
ath9k_ps_restore(sc);
|
|
|
|
|
|
set_timer:
|
|
@@ -415,7 +416,6 @@ set_timer:
|
|
|
* The interval must be the shortest necessary to satisfy ANI,
|
|
|
* short calibration and long calibration.
|
|
|
*/
|
|
|
- ath9k_debug_samp_bb_mac(sc);
|
|
|
cal_interval = ATH_LONG_CALINTERVAL;
|
|
|
if (sc->sc_ah->config.enable_ani)
|
|
|
cal_interval = min(cal_interval,
|