Date: Tue, 22 Mar 2011 10:29:36 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/ath/ath_hal/ar5416 ar5416.h ar5416_attach.c ar5416_reset.c Message-ID: <201103221029.p2MATo05030908@repoman.freebsd.org>
index | next in thread | raw e-mail
adrian 2011-03-22 10:29:36 UTC
FreeBSD src repository
Modified files:
sys/dev/ath/ath_hal/ar5416 ar5416.h ar5416_attach.c
ar5416_reset.c
Log:
SVN rev 219863 on 2011-03-22 10:29:36Z by adrian
Bring over an XPA (external power amplifer) bias fix for the AR9160.
This fix modifies the const addac initval array, rather than modifying
a local copy. It means that running >1 AR9160 on a board may prove to
be unpredictable.
The AR5416 init path also does something similar, so supporting
>1 AR5416 of different revisions could cause problems.
The later fix will be to create a private copy of the Addac data
for the AR5416, AR9160 (and AR9100 when it's merged in) and then
modify that as needed.
Obtained From: Linux ath9k
Revision Changes Path
1.26 +2 -0 src/sys/dev/ath/ath_hal/ar5416/ar5416.h
1.31 +4 -3 src/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
1.40 +73 -0 src/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103221029.p2MATo05030908>
