Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Nov 2004 18:15:23 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 66120 for review
Message-ID:  <200411301815.iAUIFN7F012024@repoman.freebsd.org>

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

Change 66120 by sam@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 */



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