count stuck beacon events

This commit is contained in:
sam 2009-02-07 05:34:41 +00:00
parent 1e003b5a3f
commit 61f77d6544

View File

@ -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);
}