PERFORCE change 80571 for review
Sam Leffler
sam at FreeBSD.org
Wed Jul 20 01:32:44 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=80571
Change 80571 by sam at sam_ebb on 2005/07/20 01:31:56
tx frag stats
Affected files ...
.. //depot/projects/wifi/tools/tools/ath/80211stats.c#10 edit
Differences ...
==== //depot/projects/wifi/tools/tools/ath/80211stats.c#10 (text+ko) ====
@@ -122,6 +122,8 @@
STAT(tx_badcipher, "tx failed 'cuz bad ciper/key type");
STAT(tx_nodefkey, "tx failed 'cuz no defkey");
STAT(tx_noheadroom, "tx failed 'cuz no space for crypto hdrs");
+ STAT(tx_fragframes, "tx frames fragmented");
+ STAT(tx_frags, "tx frags generated");
STAT(scan_active, "active scans started");
STAT(scan_passive, "passive scans started");
STAT(node_timeout, "nodes timed out inactivity");
More information about the p4-projects
mailing list