From owner-freebsd-wireless@FreeBSD.ORG Wed Sep 7 05:59:08 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 675C8106564A for ; Wed, 7 Sep 2011 05:59:08 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 133CF8FC1E for ; Wed, 7 Sep 2011 05:59:07 +0000 (UTC) Received: by gyd10 with SMTP id 10so5257834gyd.13 for ; Tue, 06 Sep 2011 22:59:07 -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 :content-transfer-encoding; bh=eFzDTbQxjYi+9vAUh78cbJBG8VOTAH4MmFPccHgzyVI=; b=qJ2LO4d234uGpyFXRozy0uCQGcDw7LQDMOo1LB8DHbkmN+9sA/ffMTybwH7uT22Zau lmKg1U1kFy/CI7jX+Ck1FeF5dU/FNtUUP8wycAlpdOFvQvCgSVrA4eUO3WvQIEvjAbg/ IgBuxbbD2yzEFS2mozw8ZqtUabAx/r8/aWyTc= MIME-Version: 1.0 Received: by 10.236.200.137 with SMTP id z9mr29454420yhn.27.1315375147568; Tue, 06 Sep 2011 22:59:07 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.236.103.6 with HTTP; Tue, 6 Sep 2011 22:59:07 -0700 (PDT) In-Reply-To: <201109062237.00788.jpaetzel@freebsd.org> References: <201109062237.00788.jpaetzel@freebsd.org> Date: Wed, 7 Sep 2011 13:59:07 +0800 X-Google-Sender-Auth: WleCCglU1NkCFJXlBVqBcf3xpm8 Message-ID: From: Adrian Chadd To: Josh Paetzel Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-wireless@freebsd.org Subject: Re: T510 iwn and 9.0 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, 07 Sep 2011 05:59:08 -0000 Hi! On 7 September 2011 13:36, Josh Paetzel wrote: > I run a thinkpad T510 with a: > > =A0iwn0: mem 0xf2000000-0xf2001fff= irq 17 > at device 0.0 on pci3 The last person to touch this was bernhard; I don't know if he has tinkered with the 6200 stuff though. > I brought my laptop home tonight and was getting frequent disconnects her= e as > well. =A0I have an apple airport extreme (the AP at work is a netgear of = unknown > model) > > I was able to regain a nice stable connection by running ifconfig wlan0 -= ht. Would you mind trying this instead: ifconfig wlan0 -ampdutx Once you've associated (ie, once HT has been enabled), and then run dhclient and start doing traffic. I'd like to see if it's a general HT issue or whether it's the TX aggregation code in iwn that needs tinkering with. Thanks, Adrian