mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
count stuck beacon events
This commit is contained in:
parent
9313bae41d
commit
c2e344594e
1 changed files with 1 additions and 0 deletions
|
|
@ -3343,6 +3343,7 @@ ath_bstuck_proc(void *arg, int pending)
|
|||
|
||||
if_printf(ifp, "stuck beacon; resetting (bmiss count %u)\n",
|
||||
sc->sc_bmisscount);
|
||||
sc->sc_stats.ast_bstuck++;
|
||||
ath_reset(ifp);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue