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: Thu, 19 Mar 2009 12:49:30 +0800 Message-ID: References: <1237140665.24621.2.camel@johannes.local> <1237143683.24621.7.camel@johannes.local> <20090315202603.GA9077@elte.hu> <1237317742.31814.28.camel@johannes.local> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Ingo Molnar , Linus Torvalds , "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: Sender: kernel-testers-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: netdev.vger.kernel.org On Thu, Mar 19, 2009 at 10:58 AM, Jeff Chua wrote: > I've tracked down to the sequence of iwconfig that causes it to fail. > This loop does not work at all without John's patch , but will work > 100% when patched. > This loop only works 8 of 10 times with/without the patch. Ignore the above loop thing. The cause seems to be this one instead. # this needs patch to work ... iwconfig wlan0 mode Managed ifconfig wlan0 up iwconfig wlan0 essid xxx iwconfig wlan0 key restricted xxx iwconfig wlan0 ap auto channel auto # this works with patch ... iwconfig wlan0 mode Managed essid xxx key restricted xxx ifconfig wlan0 up iwconfig wlan0 ap auto channel auto It looks the placement of "ifconfig" matters. But works on 2.6.28-rc3. Thanks, Jeff.