Author: adrian
Date: Mon Feb 14 21:35:11 2011
New Revision: 218690
URL: http://svn.freebsd.org/changeset/base/218690
Log:
bring this in line with what ath9k does.
Modified:
head/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
==============================================================================
--- head/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c Mon Feb 14 21:24:54
2011 (r218689)
+++ head/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c Mon Feb 14 21:35:11
2011 (r218690)
@@ -2296,7 +2296,7 @@ ar5416Set11nRegs(struct ath_hal *ah, con
/* 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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"