svn commit: r188269 - head/sys/dev/ath

Sam Leffler sam at FreeBSD.org
Fri Feb 6 21:34:42 PST 2009


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


More information about the svn-src-all mailing list