summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2011-02-14 21:35:11 +0000
committeradrian <adrian@FreeBSD.org>2011-02-14 21:35:11 +0000
commite5e190244192755e197dbd88660bc40f2f01fc66 (patch)
tree49b36db56661e0eefea59c422604818d66c2d841
parent21ea145081755f192289dfd3da7ebd074f17815a (diff)
downloadFreeBSD-src-e5e190244192755e197dbd88660bc40f2f01fc66.zip
FreeBSD-src-e5e190244192755e197dbd88660bc40f2f01fc66.tar.gz
bring this in line with what ath9k does.
-rw-r--r--sys/dev/ath/ath_hal/ar5416/ar5416_reset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c b/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
index 977beb1..7ebd8e5 100644
--- a/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
+++ b/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
@@ -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
OpenPOWER on IntegriCloud