Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Mar 2011 05:47:49 +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: r219860 - head/sys/dev/ath/ath_hal/ar5416
Message-ID:  <201103220547.p2M5lne9047009@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Tue Mar 22 05:47:48 2011
New Revision: 219860
URL: http://svn.freebsd.org/changeset/base/219860

Log:
  Set the "right" CCA register.
  
  Obtained From:	ath9k

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	Tue Mar 22 04:50:47 2011	(r219859)
+++ head/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c	Tue Mar 22 05:47:48 2011	(r219860)
@@ -1463,7 +1463,7 @@ ar5416SetBoardValues(struct ath_hal *ah,
     } else {
 	OS_REG_RMW_FIELD(ah, AR_PHY_CCA, AR_PHY_CCA_THRESH62,
 	    pModal->thresh62);
-	OS_REG_RMW_FIELD(ah, AR_PHY_EXT_CCA0, AR_PHY_EXT_CCA_THRESH62,
+	OS_REG_RMW_FIELD(ah, AR_PHY_EXT_CCA, AR_PHY_EXT_CCA_THRESH62,
 	    pModal->thresh62);
     }
     



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