Date: Sat, 7 Feb 2009 05:34:41 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r188269 - head/sys/dev/ath Message-ID: <200902070534.n175Yfcs082154@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sam Date: Sat Feb 7 05:34:41 2009 New Revision: 188269 URL: http://svn.freebsd.org/changeset/base/188269 Log: count stuck beacon events Modified: head/sys/dev/ath/if_ath.c Modified: head/sys/dev/ath/if_ath.c ============================================================================== --- head/sys/dev/ath/if_ath.c Sat Feb 7 05:32:19 2009 (r188268) +++ head/sys/dev/ath/if_ath.c Sat Feb 7 05:34:41 2009 (r188269) @@ -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); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902070534.n175Yfcs082154>