PERFORCE change 66120 for review

Sam Leffler sam at FreeBSD.org
Tue Nov 30 10:15:24 PST 2004


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

Change 66120 by sam at sam_ebb on 2004/11/30 18:14:44

	add stat for ps frames discarded due to age

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211_ioctl.h#13 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211_ioctl.h#13 (text+ko) ====

@@ -76,6 +76,8 @@
 	u_int32_t	ns_tx_novlantag;	/* tx discard 'cuz no tag */
 	u_int32_t	ns_tx_vlanmismatch;	/* tx discard 'cuz bad tag */
 
+	u_int32_t	ns_ps_discard;		/* ps discard 'cuz of age */
+
 	/* MIB-related state */
 	u_int32_t	ns_tx_assoc;		/* [re]associations */
 	u_int32_t	ns_tx_assoc_fail;	/* [re]association failures */


More information about the p4-projects mailing list