Author: adrian
Date: Mon Aug 27 20:03:08 2012
New Revision: 239752
URL: http://svn.freebsd.org/changeset/base/239752
Log:
Fix the debugging output to correctly log CCK errors.
Modified:
head/sys/dev/ath/ath_hal/ar5416/ar5416_ani.c
Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_ani.c
==============================================================================
--- head/sys/dev/ath/ath_hal/ar5416/ar5416_ani.c Mon Aug 27 19:55:31
2012 (r239751)
+++ head/sys/dev/ath/ath_hal/ar5416/ar5416_ani.c Mon Aug 27 20:03:08
2012 (r239752)
@@ -988,7 +988,7 @@ ar5416AniPoll(struct ath_hal *ah, const
params->cckTrigHigh / 1000) {
HALDEBUG(ah, HAL_DEBUG_ANI,
"%s: CCK err %u listenTime %u\n", __func__,
- aniState->ofdmPhyErrCount, aniState->listenTime);
+ aniState->cckPhyErrCount, aniState->listenTime);
ar5416AniCckErrTrigger(ah);
ar5416AniRestart(ah, aniState);
}
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"