Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Feb 2011 21:35:11 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r218690 - head/sys/dev/ath/ath_hal/ar5416
Message-ID:  <201102142135.p1ELZB3d007259@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102142135.p1ELZB3d007259>