mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix the debugging output to correctly log CCK errors.
This commit is contained in:
parent
078f0b3e8d
commit
810f2a9cbc
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue