bring this in line with what ath9k does.

This commit is contained in:
Adrian Chadd 2011-02-14 21:35:11 +00:00
parent f9aa1d90b5
commit b986265911
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=218690

View File

@ -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