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_calibration(ah, currCal); > + return 0; Won't this break things if longcal is set, since other types like PA/OLC etc. need to be run in that case. Sujith -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html