aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_ath.c
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2009-02-07 05:34:41 +0000
committerSam Leffler <sam@FreeBSD.org>2009-02-07 05:34:41 +0000
commitc2e344594e2004999a017c99c3ba2be075ea6c21 (patch)
tree99b91b5b6b4ae926d9068fed1eec2d551333fabb /sys/dev/ath/if_ath.c
parent9313bae41dc616f95d10f59b955e81b0262293f4 (diff)
downloadsrc-c2e344594e2004999a017c99c3ba2be075ea6c21.tar.gz
src-c2e344594e2004999a017c99c3ba2be075ea6c21.zip
count stuck beacon events
Notes
Notes: svn path=/head/; revision=188269
Diffstat (limited to 'sys/dev/ath/if_ath.c')
-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 0782a2fa3947..c9a980127066 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);
}