Since the PLL changes aren't in here yet for the AR9130 half/quarter
rate support, disable it.
This commit is contained in:
parent
b0245b90ba
commit
aff98f17c6
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user