PERFORCE change 46461 for review

Sam Leffler sam at FreeBSD.org
Tue Feb 3 22:59:43 PST 2004


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

Change 46461 by sam at sam_ebb on 2004/02/03 22:59:15

	add counter of frames sent with 11g protection

Affected files ...

.. //depot/projects/netperf+sockets/sys/dev/ath/if_athioctl.h#7 edit

Differences ...

==== //depot/projects/netperf+sockets/sys/dev/ath/if_athioctl.h#7 (text+ko) ====

@@ -71,6 +71,7 @@
 	u_int32_t	ast_tx_cts;	/* tx frames with cts enabled */
 	u_int32_t	ast_tx_shortpre;/* tx frames with short preamble */
 	u_int32_t	ast_tx_altrate;	/* tx frames with alternate rate */
+	u_int32_t	ast_tx_protect;	/* tx frames with protection */
 	u_int32_t	ast_rx_nombuf;	/* rx setup failed 'cuz no mbuf */
 	u_int32_t	ast_rx_busdma;	/* rx setup failed for dma resrcs */
 	u_int32_t	ast_rx_orn;	/* rx failed 'cuz of desc overrun */


More information about the p4-projects mailing list