count stuck beacon events

This commit is contained in:
Sam Leffler 2009-02-07 05:34:41 +00:00
parent 9313bae41d
commit c2e344594e

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