PERFORCE change 66118 for review

Sam Leffler sam at FreeBSD.org
Tue Nov 30 10:12:20 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=66118

Change 66118 by sam at 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");


More information about the p4-projects mailing list