From owner-freebsd-wireless@FreeBSD.ORG Wed Nov 23 04:58:50 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 A10D9106566B for ; Wed, 23 Nov 2011 04:58:50 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 55A988FC17 for ; Wed, 23 Nov 2011 04:58:50 +0000 (UTC) Received: by vbbfa15 with SMTP id fa15so1401531vbb.13 for ; Tue, 22 Nov 2011 20:58:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=do10GxjA2OcSVh1FUxjxn03dhvJiWi6bBbhuiEVKhQA=; b=Uu9dybP2IQiNfPtuoO6YYu6BK4bJ3ShnJWM/LUevRDZ9hA0ozn+bdafgipegYlHj9L sVGND+lngv98HWMdmJFmYpYrhRAPTRmhjQXtC3pApmkLIbj2rXYeIeZF/fvNNmMHvXz3 mYbB6gMDZz3QEH1aUdb/wBKu4qwsL0SifTSsY= MIME-Version: 1.0 Received: by 10.52.72.104 with SMTP id c8mr23324693vdv.105.1322024329561; Tue, 22 Nov 2011 20:58:49 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.52.29.198 with HTTP; Tue, 22 Nov 2011 20:58:49 -0800 (PST) In-Reply-To: References: Date: Wed, 23 Nov 2011 12:58:49 +0800 X-Google-Sender-Auth: 83VoicjHNCA7QqoS3wjhgl5keQ8 Message-ID: From: Adrian Chadd To: Warren Block Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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 04:58:50 -0000 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. =A0Well, I did give it a shot, but don't know enough to inte= rpret > 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=3D1 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" opti= on > that doesn't really exist. =A0Patch attached. Ok. I'll go and investigate what that option once did and see if I can dig up the code. Thanks! adrian