Re: [PATCH 06/10] ath9k_hw: do not run NF and periodic calibration at the same time

2014-10-20 Thread Sujith Manoharan
Felix Fietkau wrote: > + if (!ar9002_hw_per_calibration(ah, chan, rxchainmask, currCal)) > + return 0; > + > + ah->cal_list_curr = currCal = currCal->calNext; > + if (currCal->calState == CAL_WAITING) { > + ath9k_hw_reset_c

[PATCH 06/10] ath9k_hw: do not run NF and periodic calibration at the same time

2014-10-18 Thread Felix Fietkau
It can cause inconsistent calibration results or in some cases turn the radio deaf. Signed-off-by: Felix Fietkau --- drivers/net/wireless/ath/ath9k/ar9002_calib.c | 19 --- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/drivers/net/wireless/ath/ath9k/ar9002_calib.