PERFORCE change 65928 for review

Sam Leffler sam at FreeBSD.org
Sat Nov 27 10:48:55 PST 2004


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

Change 65928 by sam at sam_ebb on 2004/11/27 18:48:24

	update for ibss+ps additions

Affected files ...

.. //depot/projects/wifi/tools/tools/ath/80211stats.c#3 edit

Differences ...

==== //depot/projects/wifi/tools/tools/ath/80211stats.c#3 (text+ko) ====

@@ -135,6 +135,11 @@
 	STAT(crypto_attachfail,	"setkey failed 'cuz cipher attach failed");
 	STAT(crypto_swfallback,	"crypto fell back to s/w implementation");
 	STAT(crypto_keyfail,	"setkey faied 'cuz driver key alloc failed");
+	STAT(ibss_capmismatch,	"ibss merge faied 'cuz capabilities mismatch");
+	STAT(ibss_norate,	"ibss merge faied 'cuz rate set mismatch");
+	STAT(ps_unassoc,	"ps-poll received for unassociated station");
+	STAT(ps_badaid,		"ps-poll received with invalid association id");
+	STAT(ps_qempty,		"ps-poll received with nothing to send");
 #undef STAT
 #undef N
 }


More information about the p4-projects mailing list