From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933917AbZHGUvK (ORCPT ); Fri, 7 Aug 2009 16:51:10 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755043AbZHGUvK (ORCPT ); Fri, 7 Aug 2009 16:51:10 -0400 Received: from mail-fx0-f228.google.com ([209.85.220.228]:52845 "EHLO mail-fx0-f228.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754927AbZHGUvI convert rfc822-to-8bit (ORCPT ); Fri, 7 Aug 2009 16:51:08 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:organization:to:subject:date:user-agent:cc:references :in-reply-to:mime-version:content-type:content-transfer-encoding :message-id; b=j04oSHnN+Dlx68/RfndQ2n55n24vBeqZMPc9KWgrnU6OXb4zeGv20rbeXcYfKIeyV1 eJNk0c6twXVfPg5zScao4PWWG6W6+aMW9VRYt2kpBTkYblME/QoOM4iYUPVSQpVx2m8D T4Cg9eGmBurDAo6z2p4cUdnFg8OCD7YLfF6C4= From: Marek Vasut Organization: Hack&Dev To: libertas-dev@lists.infradead.org Subject: Re: Libertas: Association request to the driver failed Date: Fri, 7 Aug 2009 22:50:48 +0200 User-Agent: KMail/1.12.0 (Linux/2.6.30-1-amd64; KDE/4.3.0; x86_64; ; ) Cc: "John W. Linville" , Daniel Mack , linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org References: <20090807191156.GS19257@buzzloop.caiaq.de> <20090807193610.GK7545@tuxdriver.com> In-Reply-To: <20090807193610.GK7545@tuxdriver.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 8BIT Message-Id: <200908072250.48445.marek.vasut@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dne Pá 7. srpna 2009 21:36:10 John W. Linville napsal(a): > On Fri, Aug 07, 2009 at 09:11:56PM +0200, Daniel Mack wrote: > > Since a recent merge of the wireless tree to Linus' master, my SDIO > > connected libertas module fails to connect to our WLAN. > > > > 'iwlist scanning' works fine, but wpa_supplicant keeps on spitting out > > the following message: > > > > CTRL-EVENT-SCAN-RESULTS > > Trying to associate with 00:04:0e:4b:c7:b3 (SSID='caiaq' freq=2437 MHz) > > Association request to the driver failed > > > > Haven't done any bisect or deeper inspection of recent changes yet. Can > > anyone point me in some direction maybe? The change must have been > > introduced between -rc3 and -rc5. My userspace did not change since > > then. > > Normally a bisect is exactly what you would do. In this case, there > is only this on libertas patch in the range you mention: > > commit 154839962a582b8eb661cde94ef3af0e03b374d7 > Author: Marek Vasut > Date: Thu Jul 16 19:19:53 2009 +0200 > > libertas: Fix problem with broken V4 firmware on CF8381 > > Firmware V4 on CF8381 reports region code shifted by 1 byte to left. > The following patch checks for this and handles it properly. > > Signed-off-by: Marek Vasut > Signed-off-by: John W. Linville > > If you revert that, does your problem disappear? > > John Hi! Those SDIO cards should use FWv9 or something so this patch should have no effect.