Since the PLL changes aren't in here yet for the AR9130 half/quarter

rate support, disable it.
This commit is contained in:
Adrian Chadd 2012-10-31 21:14:25 +00:00
parent b0245b90ba
commit aff98f17c6
2 changed files with 10 additions and 0 deletions

View File

@ -301,6 +301,13 @@ ar9130FillCapabilityInfo(struct ath_hal *ah)
/* BB Read WAR */
pCap->halHasBBReadWar = AH_TRUE;
/*
* Implement the PLL/config changes needed for half/quarter
* rates before re-enabling them here.
*/
pCap->halChanHalfRate = AH_FALSE;
pCap->halChanQuarterRate = AH_FALSE;
return AH_TRUE;
}

View File

@ -33,6 +33,9 @@ ar9130InitPLL(struct ath_hal *ah, const struct ieee80211_channel *chan)
uint32_t pll;
/*
* XXX TODO: support half/quarter rates
*/
if (chan && IEEE80211_IS_CHAN_5GHZ(chan))
pll = 0x1450;
else