From owner-freebsd-net@FreeBSD.ORG Fri Sep 25 02:46:43 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7DFC1065670 for ; Fri, 25 Sep 2009 02:46:43 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 8109D8FC12 for ; Fri, 25 Sep 2009 02:46:43 +0000 (UTC) Received: from Macintosh-4.local ([10.0.0.198]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id n8P2kfLI079596 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 24 Sep 2009 19:46:42 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <4ABC2F11.5080202@freebsd.org> Date: Thu, 24 Sep 2009 19:46:41 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: Denis Shaposhnikov References: <20090921191327.045cf140@wizard.volgograd.ru> <20090921195011.2a1f5143@wizard.volgograd.ru> <4AB8FEB3.3010907@memberwebs.com> <20090922224155.13949fa4@wizard.volgograd.ru> In-Reply-To: <20090922224155.13949fa4@wizard.volgograd.ru> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-DCC-sonic.net-Metrics: ebb.errno.com; whitelist Cc: stef-list@memberwebs.com, stef@memberwebs.com, freebsd-net@freebsd.org Subject: Re: low ath speed on 8.0-RC1 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2009 02:46:43 -0000 Denis Shaposhnikov wrote: > Hello, > > On Tue, 22 Sep 2009 11:43:31 -0500 > Stef Walter wrote: > >>> I see also it periodically changes "media:" between OFDM/54Mbps and >>> OFDM/48Mbps. >> That's normal behavior. ath_rate_sample is finding the OFDM speed at >> which traffic flows best. > > May be do you know why I'm getting normal speed (2Mb/s) for some time > after using "ifconfig bssid ..." command only? When you set the bssid you reset the state of the tx rate control code and that probably resets the tx rate to 24M. Sam