From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Chua Subject: Re: [Bug #12414] iwl4965 cannot use "ap auto" on latest 2.6.28/29? Date: Sat, 14 Feb 2009 19:41:25 +0800 Message-ID: References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=/ffBvrhQ02n3eAcJAQfUpJdXYyyuuVoQxJkFwNWXMxI=; b=NQw9ZmfP1rKRQM3K2dU0nu3sbZB7yB1QDKT5aRgfFEsBp006IRO32CDUC60FDTRf1J EtTqmm38Uxjzdpwa/D4zykFuFRrHRFL9QP9zqf+d7MPh2oBnzODWjsTaUFGuTMnkJ03A SKlbL58OiGYT5cIGDBD/WFEi12m9TxPCPcdOs= In-Reply-To: Sender: kernel-testers-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" To: "Rafael J. Wysocki" Cc: Linux Kernel Mailing List , Kernel Testers List , reinette.chatre-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org On Wed, Feb 4, 2009 at 6:23 PM, Rafael J. Wysocki wrote: > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=12414 > Subject : iwl4965 cannot use "ap auto" on latest 2.6.28/29? > Submitter : Jeff Chua > Date : 2009-01-05 4:13 (31 days old) > References : http://marc.info/?l=linux-kernel&m=123112882127823&w=4 I applied the patch http://marc.info/?l=linux-wireless&m=123320213115108&w=2 and it seems better now. One instant of not association out of 20 tries, but reloading the modules seems to make it work again. So, let's just close the case? Here's part of the dmesg. Kernel is 2.6.29-rc5 with patch above applied. wmaster0 (iwlagn): not using net_device_ops yet phy0: Selected rate control algorithm 'iwl-agn-rs' wlan0 (iwlagn): not using net_device_ops yet iwlagn 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 iwlagn 0000:03:00.0: irq 29 for MSI/MSI-X iwlagn 0000:03:00.0: firmware: requesting iwlwifi-4965-2.ucode iwlagn loaded firmware version 228.57.2.23 Registered led device: iwl-phy0:radio Registered led device: iwl-phy0:assoc Registered led device: iwl-phy0:RX Registered led device: iwl-phy0:TX iwlagn: TX Power requested while scanning! iwlagn: Error sending TX power (-11) wlan0: authenticate with AP xxxxxxxxxxxxx wlan0: authenticated wlan0: associate with AP xxxxxxxxxxxxxx wlan0: RX AssocResp from xxxxxxxxxxxxxx (capab=0x471 status=0 aid=24) wlan0: associated Thanks, Jeff.