Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Nov 2011 19:09:03 +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: r227405 - head/sys/dev/ath/ath_hal/ar5416
Message-ID:  <201111091909.pA9J93MC095918@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Wed Nov  9 19:09:03 2011
New Revision: 227405
URL: http://svn.freebsd.org/changeset/base/227405

Log:
  Even though the HAL doesn't currently support Kiwi 1.0/1.1,
  be "more correct" about the Kiwi setup.
  
  Obtained from:	Atheros

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	Wed Nov  9 19:03:26 2011	(r227404)
+++ head/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c	Wed Nov  9 19:09:03 2011	(r227405)
@@ -2629,7 +2629,7 @@ ar5416OverrideIni(struct ath_hal *ah, co
 		if (!AR_SREV_9271(ah))
 			val &= ~AR_PCU_MISC_MODE2_HWWAR1;
 
-		if (AR_SREV_KIWI_11_OR_LATER(ah))
+		if (AR_SREV_KIWI_10_OR_LATER(ah))
 			val = val & (~AR_PCU_MISC_MODE2_HWWAR2);
 
 		OS_REG_WRITE(ah, AR_PCU_MISC_MODE2, val);



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