From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Chua Subject: Re: 2.6.29-rc8: Reported regressions from 2.6.28 Date: Wed, 18 Mar 2009 01:21:11 +0800 Message-ID: References: <1237140665.24621.2.camel@johannes.local> <1237143683.24621.7.camel@johannes.local> <20090315202603.GA9077@elte.hu> <1237276212.18086.11.camel@johannes.local> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Linus Torvalds , Ingo Molnar , "Rafael J. Wysocki" , Linux Kernel Mailing List , Adrian Bunk , Andrew Morton , Kernel Testers List , Network Development , "John W. Linville" To: Johannes Berg Return-path: In-Reply-To: <1237276212.18086.11.camel-YfaajirXv2244ywRPIzf9A@public.gmane.org> Sender: kernel-testers-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: netdev.vger.kernel.org On Tue, Mar 17, 2009 at 3:50 PM, Johannes Berg wrote: > If you don't have a second device to monitor, you can also create a > monitor interface as such: > =A0 =A0 =A0 =A0iw dev wlan0 interface add moni0 type monitor flags no= ne > > and run tcpdump on the resulting 'moni0' interface while you try to > associate etc. Write the packets to files and send them to me. > > Due to this implicit scan modification in the driver that I removed, > however, I won't see scans in that file, so it won't be all that usef= ul, > a capture made on a second device would be much better. Ok, I'll try this out later. Got good news to share. I've applied John's patches and just need to modified net/mac80211/wext.c slightly since len and ssid are not defined, and function arguments are different. I'm checking my tree again ... my seems different from his. Thanks, Jeff.