Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Dec 2003 17:25:03 -0800 (PST)
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 44575 for review
Message-ID:  <200312310125.hBV1P3Me016214@repoman.freebsd.org>

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

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



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