PERFORCE change 44575 for review

Sam Leffler sam at FreeBSD.org
Tue Dec 30 17:25:05 PST 2003


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

Change 44575 by sam at sam_ebb on 2003/12/30 17:25:02

	return alternate rate stat lost in recent IFC

Affected files ...

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

Differences ...

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

@@ -70,6 +70,7 @@
 	u_int32_t	ast_tx_rts;	/* tx frames with rts enabled */
 	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_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