From 61f77d6544b239afd5b260bfbeb3dee657b478a8 Mon Sep 17 00:00:00 2001 From: sam Date: Sat, 7 Feb 2009 05:34:41 +0000 Subject: count stuck beacon events --- sys/dev/ath/if_ath.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c index 0782a2f..c9a9801 100644 --- a/sys/dev/ath/if_ath.c +++ b/sys/dev/ath/if_ath.c @@ -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); } -- cgit v1.1