svn commit: r220293 - head/sys/dev/ath/ath_hal/ar9001

Adrian Chadd adrian at FreeBSD.org
Sun Apr 3 11:59:52 UTC 2011


Author: adrian
Date: Sun Apr  3 11:59:52 2011
New Revision: 220293
URL: http://svn.freebsd.org/changeset/base/220293

Log:
  Add an explanation of the inivals

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

Modified: head/sys/dev/ath/ath_hal/ar9001/ar9160.ini
==============================================================================
--- head/sys/dev/ath/ath_hal/ar9001/ar9160.ini	Sun Apr  3 11:55:48 2011	(r220292)
+++ head/sys/dev/ath/ath_hal/ar9001/ar9160.ini	Sun Apr  3 11:59:52 2011	(r220293)
@@ -19,6 +19,7 @@
 /* Auto Generated PCI Register Writes.  Created: 05/22/08 */
 
 static const uint32_t ar9160Modes[][6] = {
+    /* Address      5G-HT20     5G-HT40     2G-HT40     2G-HT20     Turbo   */
     { 0x00001030, 0x00000230, 0x00000460, 0x000002c0, 0x00000160, 0x000001e0 },
     { 0x00001070, 0x00000168, 0x000002d0, 0x00000318, 0x0000018c, 0x000001e0 },
     { 0x000010b0, 0x00000e60, 0x00001cc0, 0x00007c70, 0x00003e38, 0x00001180 },


More information about the svn-src-head mailing list