Date: Tue, 3 Feb 2004 22:59:41 -0800 (PST) From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 46461 for review Message-ID: <200402040659.i146xfjv040327@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=46461 Change 46461 by sam@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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402040659.i146xfjv040327>