svn commit: r211309 - head/sys/dev/ath/ath_hal/ar5416
Adrian Chadd
adrian at FreeBSD.org
Sat Aug 14 15:48:19 UTC 2010
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 },
More information about the svn-src-head
mailing list