summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2011-09-06 10:49:05 +0000
committeradrian <adrian@FreeBSD.org>2011-09-06 10:49:05 +0000
commit291d2442b6f2074ac16f193d8ebeafe19a2cfe93 (patch)
treec5dda3740d25a7f70baa28a810bd8efe5d6c0e17 /sys/dev/ath
parent0edd8a1458257b3ba88624429bf74b7b073a4136 (diff)
downloadFreeBSD-src-291d2442b6f2074ac16f193d8ebeafe19a2cfe93.zip
FreeBSD-src-291d2442b6f2074ac16f193d8ebeafe19a2cfe93.tar.gz
Fix the addac serial load register write for AR5416.
Obtained from: Linux, Atheros Approved by: re (kib)
Diffstat (limited to 'sys/dev/ath')
-rw-r--r--sys/dev/ath/ath_hal/ar5416/ar5416.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416.ini b/sys/dev/ath/ath_hal/ar5416/ar5416.ini
index a1d39f9..7f8c793 100644
--- a/sys/dev/ath/ath_hal/ar5416/ar5416.ini
+++ b/sys/dev/ath/ath_hal/ar5416/ar5416.ini
@@ -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 */
OpenPOWER on IntegriCloud