From owner-freebsd-wireless@FreeBSD.ORG Wed Nov 23 05:25:43 2011 Return-Path: Delivered-To: wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FF8A106566B; Wed, 23 Nov 2011 05:25:43 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 0A68B8FC0A; Wed, 23 Nov 2011 05:25:42 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id pAN5Pe50060069; Tue, 22 Nov 2011 22:25:40 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id pAN5PdIT060066; Tue, 22 Nov 2011 22:25:40 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Tue, 22 Nov 2011 22:25:39 -0700 (MST) From: Warren Block To: Adrian Chadd In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="-902635197-1700869725-1322025940=:59676" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Tue, 22 Nov 2011 22:25:40 -0700 (MST) Cc: wireless@freebsd.org Subject: Re: Testing 802.11n X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Nov 2011 05:25:43 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---902635197-1700869725-1322025940=:59676 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8BIT On Wed, 23 Nov 2011, Adrian Chadd wrote: > On 23 November 2011 12:55, Warren Block wrote: > >>> You can use athstats to see if it is tx and rxing aggregate frames. Then >>> you will know it is fully working! >> >> Err... yeah.  Well, I did give it a shot, but don't know enough to interpret >> the results. > > I just noticed that it's not included in the athstats API. You can use > the sysctl debugging call: > > sysctl dev.ath.0.txagg=1 > > If you see the aggregate frame counters go up, it's working. > > I'm just updating the athstats program and ath driver to log TX > aggregate statistics. > Give me about 10 minutes and then do an update. > >> Oh, and the next time you're near there, the usage line shows a "-a" option >> that doesn't really exist.  Patch attached. > > Ok. I'll go and investigate what that option once did and see if I can > dig up the code. -b might have problems, too. Hard to tell; is there a man page or doc file somewhere? I found an online man page, but it's for a much, much earlier version with only the -i option. ---902635197-1700869725-1322025940=:59676--