svn commit: r225420 - head/sys/dev/ath/ath_hal/ar5416
Adrian Chadd
adrian at FreeBSD.org
Tue Sep 6 10:49:06 UTC 2011
Author: adrian
Date: Tue Sep 6 10:49:05 2011
New Revision: 225420
URL: http://svn.freebsd.org/changeset/base/225420
Log:
Fix the addac serial load register write for AR5416.
Obtained from: Linux, Atheros
Approved by: re (kib)
Modified:
head/sys/dev/ath/ath_hal/ar5416/ar5416.ini
Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416.ini
==============================================================================
--- head/sys/dev/ath/ath_hal/ar5416/ar5416.ini Tue Sep 6 10:40:21 2011 (r225419)
+++ head/sys/dev/ath/ath_hal/ar5416/ar5416.ini Tue Sep 6 10:49:05 2011 (r225420)
@@ -687,7 +687,7 @@ static const uint32_t ar5416Addac[][2] =
{0x0000989c, 0x00000000 },
{0x0000989c, 0x00000000 },
{0x0000989c, 0x00000000 },
- {0x000098cc, 0x00000000 },
+ {0x000098c4, 0x00000000 },
};
/* hand-crafted from code that does explicit register writes */
More information about the svn-src-all
mailing list