svn commit: r218690 - head/sys/dev/ath/ath_hal/ar5416

Adrian Chadd adrian at FreeBSD.org
Mon Feb 14 21:35:12 UTC 2011


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


More information about the svn-src-head mailing list