[patch] fix AR5416 ADDAC initval

Adrian Chadd adrian.chadd at gmail.com
Mon Aug 29 12:21:24 UTC 2011


(Just so I don't lose this..)

This is a fix from the atheros reference driver and ath9k.


Index: sys/dev/ath/ath_hal/ar5416/ar5416.ini
===================================================================
--- sys/dev/ath/ath_hal/ar5416/ar5416.ini	(revision 224813)
+++ sys/dev/ath/ath_hal/ar5416/ar5416.ini	(working copy)
@@ -687,7 +687,7 @@
     {0x0000989c,  0x00000000 },
     {0x0000989c,  0x00000000 },
     {0x0000989c,  0x00000000 },
-    {0x000098cc,  0x00000000 },
+    {0x000098c4,  0x00000000 },
 };

 /* hand-crafted from code that does explicit register writes */


More information about the freebsd-wireless mailing list