From owner-p4-projects@FreeBSD.ORG Tue Feb 3 22:59:43 2004 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 11C0D16A4D0; Tue, 3 Feb 2004 22:59:43 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E212016A4CE for ; Tue, 3 Feb 2004 22:59:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 247A243D1D for ; Tue, 3 Feb 2004 22:59:42 -0800 (PST) (envelope-from sam@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i146xf0B040330 for ; Tue, 3 Feb 2004 22:59:41 -0800 (PST) (envelope-from sam@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i146xfjv040327 for perforce@freebsd.org; Tue, 3 Feb 2004 22:59:41 -0800 (PST) (envelope-from sam@freebsd.org) Date: Tue, 3 Feb 2004 22:59:41 -0800 (PST) Message-Id: <200402040659.i146xfjv040327@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to sam@freebsd.org using -f From: Sam Leffler To: Perforce Change Reviews Subject: PERFORCE change 46461 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2004 06:59:43 -0000 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 */