1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00

Fix the debugging output to correctly log CCK errors.

This commit is contained in:
Adrian Chadd 2012-08-27 20:03:08 +00:00
parent 078f0b3e8d
commit 810f2a9cbc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=239752

View File

@ -988,7 +988,7 @@ ar5416AniPoll(struct ath_hal *ah, const struct ieee80211_channel *chan)
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);
}