bring this in line with what ath9k does.
This commit is contained in:
parent
21ea145081
commit
e5e1902441
@ -2296,7 +2296,7 @@ ar5416Set11nRegs(struct ath_hal *ah, const struct ieee80211_channel *chan)
|
||||
|
||||
/* carrier sense timeout */
|
||||
OS_REG_SET_BIT(ah, AR_GTTM, AR_GTTM_CST_USEC);
|
||||
OS_REG_WRITE(ah, AR_CST, 1 << AR_CST_TIMEOUT_LIMIT_S);
|
||||
OS_REG_WRITE(ah, AR_CST, 0xF << AR_CST_TIMEOUT_LIMIT_S);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
x
Reference in New Issue
Block a user