Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756942AbZCSEtp (ORCPT ); Thu, 19 Mar 2009 00:49:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752949AbZCSEtd (ORCPT ); Thu, 19 Mar 2009 00:49:33 -0400 Received: from wf-out-1314.google.com ([209.85.200.174]:7700 "EHLO wf-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752454AbZCSEtc (ORCPT ); Thu, 19 Mar 2009 00:49:32 -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=QqDaInefvNLlI9DtjJWy75Mw3sM5aVxA71kkyHzV1vFGDQ6xDTnSGeRFr4gN0wg/+F UiPgPaD9ULsxHyOADV90WdBafw/WcDviI41TFX4wd+ASHi2qNyGaAy+oP5vtTkdG8i0Z fGqOCHNJ0KrAb9XKBtyQGPnTlwZi34bca99Mk= MIME-Version: 1.0 In-Reply-To: References: <1237140665.24621.2.camel@johannes.local> <1237143683.24621.7.camel@johannes.local> <20090315202603.GA9077@elte.hu> <1237317742.31814.28.camel@johannes.local> Date: Thu, 19 Mar 2009 12:49:30 +0800 Message-ID: Subject: Re: 2.6.29-rc8: Reported regressions from 2.6.28 From: Jeff Chua To: Johannes Berg Cc: Ingo Molnar , Linus Torvalds , "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: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1021 Lines: 32 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. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/