From owner-freebsd-wireless@FreeBSD.ORG Fri Sep 9 12:08:43 2011 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0075F106566B for ; Fri, 9 Sep 2011 12:08:43 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-gx0-f179.google.com (mail-gx0-f179.google.com [209.85.161.179]) by mx1.freebsd.org (Postfix) with ESMTP id A568F8FC12 for ; Fri, 9 Sep 2011 12:08:42 +0000 (UTC) Received: by gxk1 with SMTP id 1so1152231gxk.10 for ; Fri, 09 Sep 2011 05:08:42 -0700 (PDT) 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; bh=i6rTWsJJPilraw/v2jpGIaWfvvEHVtbCdPF3Qh2v3K4=; b=pJJ1QjSu2Mr1h6LdnEoF6wxz7lpyXbVS6/sq0h2BydBRKmhHCg4vM8sYBEz5/Q7/HW mpYD3rXF44s9h1ejhsGcJKdhVG27WsBspsIuZT5jEgAvBdy36oEOVMl8mJ1FSLgnD/Ch UlusAS2b26XVNC7viKXTyqwzV0X9N4GvCzmDQ= MIME-Version: 1.0 Received: by 10.236.37.230 with SMTP id y66mr11653797yha.10.1315570122017; Fri, 09 Sep 2011 05:08:42 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.236.103.6 with HTTP; Fri, 9 Sep 2011 05:08:41 -0700 (PDT) In-Reply-To: References: <663133681.20110907193747@serebryakov.spb.ru> <437702009.20110907235248@serebryakov.spb.ru> <426917282.20110908125907@serebryakov.spb.ru> <4610390305.20110908154130@serebryakov.spb.ru> <1705262661.20110908180850@serebryakov.spb.ru> <458771414.20110908183656@serebryakov.spb.ru> <4910491962.20110908185213@serebryakov.spb.ru> <1273865639.20110908191303@serebryakov.spb.ru> <1607911768.20110909113824@serebryakov.spb.ru> <1853154884.20110909145338@serebryakov.spb.ru> <140679489.20110909154614@serebryakov.spb.ru> Date: Fri, 9 Sep 2011 20:08:41 +0800 X-Google-Sender-Auth: bkMCly-LAYF_QKRIjLn09eRe5I0 Message-ID: From: Adrian Chadd To: Lev Serebryakov Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-wireless@freebsd.org Subject: Re: AP performance (again): txpower regulation 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: Fri, 09 Sep 2011 12:08:43 -0000 .. I forgot to cc- the list. Also to clarify: * short retries are "I sent an RTS but didn't hear a CTS." * long retries are "I sent the frame but didn't hear an ACK." Since the default athstats doesn't spit out the ofdm and cck errors, try this: athstats -o input,output,altrate,short,long,xretry,crcerr,crypt,phyerr,rssi,ofdm,cck,rate 1 Adrian On 9 September 2011 20:06, Adrian Chadd wrote: > Right. > > xretry means "exceeded retries". Ie, all the chip retries failed. > > On the TX side of things - look at how high your long retry count is. > That means the chip TXed the frame and it didn't hear an ACK back. > > Let's focus on RX for now, as TX may just be a little screwy. > > Try a 20mbit UDP test stream from the client -> hostap -> server: > > server: > > iperf -su -i 1 > > iperf -c -ub 20m -t 30 > > Then see what the receive rate is like. > > > > adrian >