Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Nov 2004 18:12:19 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 66118 for review
Message-ID:  <200411301812.iAUICItW011047@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=66118

Change 66118 by sam@sam_ebb on 2004/11/30 18:12:14

	update for new beacon stats

Affected files ...

.. //depot/projects/wifi/tools/tools/ath/athstats.c#5 edit

Differences ...

==== //depot/projects/wifi/tools/tools/ath/athstats.c#5 (text+ko) ====

@@ -97,6 +97,7 @@
 	STAT(watchdog, "watchdog timeouts");
 	STAT(hardware, "hardware error interrupts");
 	STAT(bmiss, "beacon miss interrupts");
+	STAT(bstuck, "stuck beacon conditions");
 	STAT(rxorn, "recv overrun interrupts");
 	STAT(rxeol, "recv eol interrupts");
 	STAT(txurn, "txmit underrun interrupts");
@@ -154,6 +155,7 @@
 		}
 	}
 	STAT(be_nombuf,	"beacon setup failed 'cuz no mbuf");
+	STAT(be_xmit,	"beacons transmitted");
 	STAT(per_cal, "periodic calibrations");
 	STAT(per_calfail, "periodic calibration failures");
 	STAT(per_rfgain, "rfgain value change");



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411301812.iAUICItW011047>