Even though the HAL doesn't currently support Kiwi 1.0/1.1,

be "more correct" about the Kiwi setup.

Obtained from:	Atheros
This commit is contained in:
Adrian Chadd 2011-11-09 19:09:03 +00:00
parent 4c0392e6fd
commit 3ca6cfa89e

View file

@ -2629,7 +2629,7 @@ ar5416OverrideIni(struct ath_hal *ah, const struct ieee80211_channel *chan)
if (!AR_SREV_9271(ah))
val &= ~AR_PCU_MISC_MODE2_HWWAR1;
if (AR_SREV_KIWI_11_OR_LATER(ah))
if (AR_SREV_KIWI_10_OR_LATER(ah))
val = val & (~AR_PCU_MISC_MODE2_HWWAR2);
OS_REG_WRITE(ah, AR_PCU_MISC_MODE2, val);