summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2009-02-07 05:34:41 +0000
committersam <sam@FreeBSD.org>2009-02-07 05:34:41 +0000
commit61f77d6544b239afd5b260bfbeb3dee657b478a8 (patch)
tree99b91b5b6b4ae926d9068fed1eec2d551333fabb /sys/dev/ath
parent1e003b5a3fb98c670eb64e32a405f87b10e45751 (diff)
downloadFreeBSD-src-61f77d6544b239afd5b260bfbeb3dee657b478a8.zip
FreeBSD-src-61f77d6544b239afd5b260bfbeb3dee657b478a8.tar.gz
count stuck beacon events
Diffstat (limited to 'sys/dev/ath')
-rw-r--r--sys/dev/ath/if_ath.c1
1 files changed, 1 insertions, 0 deletions
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);
}
OpenPOWER on IntegriCloud