Date: Tue, 22 Mar 2011 07:19:49 +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_ani.c Message-ID: <201103220719.p2M7Jv8o099846@repoman.freebsd.org>
index | next in thread | raw e-mail
adrian 2011-03-22 07:19:49 UTC
FreeBSD src repository
Modified files:
sys/dev/ath/ath_hal/ar5416 ar5416_ani.c
Log:
SVN rev 219862 on 2011-03-22 07:19:49Z by adrian
Fix OFDM ANI statistics gathering for the AR5416 and later chips.
I found this when trying to figure out why the RX PHY error count
didn't match the OFDM error count ANI was using. It turns out
there was two problems:
* What this commit addresses - using the wrong mask for OFDM errors,
and
* The RX filter is set incorrectly after a channel scan (at least)
even if interference mitigation is enabled by default.
ANI is still disabled by default for the AR5416 and later chips.
Revision Changes Path
1.8 +1 -1 src/sys/dev/ath/ath_hal/ar5416/ar5416_ani.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103220719.p2M7Jv8o099846>
