Even though initial calibrations aren't done (yet), add this so we're

consistent with the Atheros HAL.
This commit is contained in:
Adrian Chadd
2011-05-14 01:41:36 +00:00
parent 5b4f35a4f0
commit 307abf289d
+1 -1
View File
@@ -277,7 +277,7 @@ ar5416InitCal(struct ath_hal *ah, const struct ieee80211_channel *chan)
/*
* Enable IQ, ADC Gain, ADC DC Offset Cals
*/
if (AR_SREV_SOWL_10_OR_LATER(ah)) {
if (AR_SREV_HOWL(ah) || AR_SREV_SOWL_10_OR_LATER(ah)) {
/* Setup all non-periodic, init time only calibrations */
/* XXX: Init DC Offset not working yet */
#if 0