Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Aug 2010 15:48:18 +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: r211309 - head/sys/dev/ath/ath_hal/ar5416
Message-ID:  <201008141548.o7EFmIlC032083@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Sat Aug 14 15:48:18 2010
New Revision: 211309
URL: http://svn.freebsd.org/changeset/base/211309

Log:
  A local addition, not imported from ath9k.
  
  AR_PHY_CALMODE is explicitly reset on interface reset for other chipsets;
  this commit also sets it for the AR9160.

Modified:
  head/sys/dev/ath/ath_hal/ar5416/ar9160.ini

Modified: head/sys/dev/ath/ath_hal/ar5416/ar9160.ini
==============================================================================
--- head/sys/dev/ath/ath_hal/ar5416/ar9160.ini	Sat Aug 14 15:46:18 2010	(r211308)
+++ head/sys/dev/ath/ath_hal/ar5416/ar9160.ini	Sat Aug 14 15:48:18 2010	(r211309)
@@ -328,6 +328,7 @@ static const uint32_t ar9160Common[][2] 
     { 0x000099e4, 0xaaaaaaaa },
     { 0x000099e8, 0x3c466478 },
     { 0x000099ec, 0x0cc80caa },
+    { 0x000099f0, 0x00000000 },		/* XXX adrian's addition: AR_PHY_CALMODE == 0 */
     { 0x000099fc, 0x00001042 },
     { 0x00009b00, 0x00000000 },
     { 0x00009b04, 0x00000001 },



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