From owner-freebsd-performance@FreeBSD.ORG Fri Jun 15 16:32:37 2007 Return-Path: X-Original-To: freebsd-performance@freebsd.org Delivered-To: freebsd-performance@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3C27016A41F for ; Fri, 15 Jun 2007 16:32:37 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 15A2D13C4BF for ; Fri, 15 Jun 2007 16:32:37 +0000 (UTC) (envelope-from sam@errno.com) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id l5FGIqiJ016516 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 15 Jun 2007 09:18:52 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <4672BC15.9090904@errno.com> Date: Fri, 15 Jun 2007 09:19:33 -0700 From: Sam Leffler User-Agent: Thunderbird 2.0.0.0 (X11/20070530) MIME-Version: 1.0 To: Patrick Proniewski References: <8A81ECB9-67EB-4E4D-A26A-8221D52463AA@patpro.net> In-Reply-To: <8A81ECB9-67EB-4E4D-A26A-8221D52463AA@patpro.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-performance@freebsd.org Subject: Re: wifi network performance with ath0 and hostapd X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jun 2007 16:32:37 -0000 Patrick Proniewski wrote: > Hello, > > I've setup a little WLAN at home, using my freebsd box as an access point: > - FreeBSD 6.2 (tag=RELENG_6_2) > - DLink DWL-G520 PCI card (Atheros chipset) > - hostapd configured with WPA > > The "client" is a powerbook G4 (Built-in 54-Mbps Wi-Fi, certified for > 802.11g and 802.11b interoperability) running Mac OS X 10.4.9 > The powerbook is 1.5 meters away from the Dlink antena, and ath0 is in > "mode 11g" and "pureg". > > The best transfer rate I can achieve is 3.1 MB/s from the powerbook to > the freebsd-box, and about 2.7 MB/s from the freebsd-box to the powerbook. > > Any idea how I could boost my transfer rates ? Find athstats in tools/tools/ath and figure out why you're not seeing the expected throughput. Sam