Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jul 2005 01:32:41 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 80571 for review
Message-ID:  <200507200132.j6K1WfaQ010051@repoman.freebsd.org>

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

Change 80571 by sam@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");



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