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:
parent
078f0b3e8d
commit
810f2a9cbc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=239752
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user