Date: Tue, 24 May 2011 18:25:40 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/ath/ath_hal/ar5212 ar5212.h ar5212_attach.c ar5212_misc.c src/sys/dev/ath/ath_hal/ar5416 ar5416_attach.c Message-ID: <201105241826.p4OIQ1va062109@repoman.freebsd.org>
index | next in thread | raw e-mail
adrian 2011-05-24 18:25:40 UTC
FreeBSD src repository
Modified files:
sys/dev/ath/ath_hal/ar5212 ar5212.h ar5212_attach.c
ar5212_misc.c
sys/dev/ath/ath_hal/ar5416 ar5416_attach.c
Log:
SVN rev 222265 on 2011-05-24 18:25:40Z by adrian
The ANI control for the AR5416 and later chips was calling ar5212AniControl(),
which did AR5212 specific initialisation. This would cause some slight
silliness when enabling/disabling ANI.
Just to be completely correct - and to ensure the phy error mask/RX filter
register isn't incorrectly played with - make the ANI control function a
method, have it set appropriately for AR5212/AR5416, and call that from the
ANI control interface.
Revision Changes Path
1.13 +3 -0 src/sys/dev/ath/ath_hal/ar5212/ar5212.h
1.16 +3 -0 src/sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
1.12 +2 -2 src/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c
1.39 +3 -0 src/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105241826.p4OIQ1va062109>
