Date: Mon, 29 Aug 2011 20:21:23 +0800 From: Adrian Chadd <adrian.chadd@gmail.com> To: freebsd-wireless@freebsd.org Subject: [patch] fix AR5416 ADDAC initval Message-ID: <CAJ-VmomVyBowFDATh7u_j1fC3QB28zs5KfRk%2BcYqSRuRpHgYOQ@mail.gmail.com>
index | next in thread | raw e-mail
(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 */
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ-VmomVyBowFDATh7u_j1fC3QB28zs5KfRk%2BcYqSRuRpHgYOQ>
