From owner-freebsd-current@FreeBSD.ORG Thu May 21 15:10:17 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C67AC106566C for ; Thu, 21 May 2009 15:10:17 +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 9DAC28FC13 for ; Thu, 21 May 2009 15:10:17 +0000 (UTC) (envelope-from sam@freebsd.org) 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 n4LFAEGu066924 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 21 May 2009 08:10:15 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <4A156ED6.5060801@freebsd.org> Date: Thu, 21 May 2009 08:10:14 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.21 (X11/20090411) MIME-Version: 1.0 To: Fabian Keil References: <4A11A08B.6090309@errno.com> <20090521170637.73619418@fabiankeil.de> In-Reply-To: <20090521170637.73619418@fabiankeil.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC--Metrics: ebb.errno.com; whitelist Cc: freebsd-current@freebsd.org Subject: Re: 802.11 monitor mode changes coming 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: Thu, 21 May 2009 15:10:18 -0000 Fabian Keil wrote: > Sam Leffler wrote: > > >> In sweeping the drivers to do these changes I've made radiotap support >> more consistent and improved some drivers. Drivers not tested so far: >> malo, ipw, wpi, and upgt. I tested iwi and it appears broken in that no >> frames are rx'd but I'm not sure I'll look at it before 8.0. >> > > I'm not sure I understand you correctly. Are you saying iwi is > known to be completely broken and unlikely to get fixed in the > near future, or are you only talking about the monitor mode? > monitor mode did not work as expected for on my 2195 (I saw no packets received). > > >> I plan to commit these changes by the end of the week. >> > > With r192468 I can no longer get iwi to associate to the AP. > "ifconfig wlan0 list scan" shows the AP, but S:N is listed > as -95:-95 (IIRC). > > It works with the old kernel from May 15 14:37:49 CEST (and the new userland). > I will have to test later; these changes should not have affected sta mode operation. The kernel changes did not require rebuilding world. Sam