From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757549AbZCQRV0 (ORCPT ); Tue, 17 Mar 2009 13:21:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753815AbZCQRVO (ORCPT ); Tue, 17 Mar 2009 13:21:14 -0400 Received: from wf-out-1314.google.com ([209.85.200.173]:46240 "EHLO wf-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753672AbZCQRVN convert rfc822-to-8bit (ORCPT ); Tue, 17 Mar 2009 13:21:13 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=T5dkfd/MmA8E5yhMMljzXvHE0LhCSUstm1W0pOovZa1KvXgIrPlnJECoDfYC5sSvya 4m8qq5EjjT1b+m5dNLRvzWqk/ZY7qPRVXYnyUZtZVeA1bEyMDXu/p3snA5NNqGqtXmRt jqARVUX1dOxYIAmxTW45kZ+ERflP+2wOJksyQ= MIME-Version: 1.0 In-Reply-To: <1237276212.18086.11.camel@johannes.local> References: <1237140665.24621.2.camel@johannes.local> <1237143683.24621.7.camel@johannes.local> <20090315202603.GA9077@elte.hu> <1237276212.18086.11.camel@johannes.local> Date: Wed, 18 Mar 2009 01:21:11 +0800 Message-ID: Subject: Re: 2.6.29-rc8: Reported regressions from 2.6.28 From: Jeff Chua To: Johannes Berg Cc: Linus Torvalds , Ingo Molnar , "Rafael J. Wysocki" , Linux Kernel Mailing List , Adrian Bunk , Andrew Morton , Kernel Testers List , Network Development , "John W. Linville" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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: >        iw dev wlan0 interface add moni0 type monitor flags none > > 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 useful, > 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. 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.