From owner-freebsd-current@FreeBSD.ORG Sun Jan 8 18:01:45 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC1CB16A41F; Sun, 8 Jan 2006 18:01:45 +0000 (GMT) (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 197B143D48; Sun, 8 Jan 2006 18:01:44 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.248] (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id k08I1go7050838 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 8 Jan 2006 10:01:44 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <43C153EB.7050803@errno.com> Date: Sun, 08 Jan 2006 10:03:23 -0800 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051227) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Zaphod Beeblebrox References: <200601070605.05535.max@love2party.net> <5f67a8c40601080833t24a65704x453bf4354f9339eb@mail.gmail.com> In-Reply-To: <5f67a8c40601080833t24a65704x453bf4354f9339eb@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Max Laier , freebsd-current@freebsd.org, Damien Bergamini Subject: Re: Intel 2915abg and 11a X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jan 2006 18:01:45 -0000 Zaphod Beeblebrox wrote: > On 1/7/06, Max Laier wrote: > > >>is anyone successfully running their Intel 2915abg card in 11a mode with >>the >>iwi(4) driver? I am wondering, because since 11a has been enabled in the >>driver I can't use it anymore. "fatal error" while scanning through the >>11a >>channels. No matter what firmware I use. > > > > >>Please let me know - if there are no positive reports I'd like to disable >>11a >>for the moment to have the driver working in 11b/g mode at least - which >>it >>does. > > > > I would be running it on 11a, but 11a doesn't seem to be working with > 6.0-STABLE. I have followed -CURRENT with my laptop in the past, but I > havn't yet decided to with 7.0 There is a #if 0 block of code in the attach method that adds the 11a channels. Until you enable that code the patch will not help with operating in 11a. I've verified that doing that + the patch enables 11a operation. I'm also sending Max an updated patch that uses the extended scan cmd to do dual-band scanning w/ only one request. This cmd also lets you do things like specify passive scanning on channels where it is required, and some other bits that will be useful in the future. > > One other issue I'm seeing, though, is that the iwi0 in my laptop which is : > > iwi0: mem 0xdcfef000-0xdcfeffff irq 17 at > device 3.0 on pci3 > > ... is that the adaptor looses association with the access point and never > regains it unless I down and up it... The chip delivers a beacon miss notification event that appears to be discarded by the driver. I expect this is why you see the behaviour. Sam