mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
4c0392e6fd
commit
3ca6cfa89e
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue