Return-path: Received: from youngberry.canonical.com ([91.189.89.112]:53815 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756732Ab3BYT0d (ORCPT ); Mon, 25 Feb 2013 14:26:33 -0500 Date: Mon, 25 Feb 2013 13:26:29 -0600 From: Seth Forshee To: Fabio Rossi , Johannes Berg Cc: linux-wireless@vger.kernel.org Subject: Re: regression with kernel 3.8 Message-ID: <20130225192629.GH13296@thinkpad-t410> (sfid-20130225_202637_571723_72DD59F4) References: <11214452.15864921361816296422.JavaMail.defaultUser@defaultHost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <11214452.15864921361816296422.JavaMail.defaultUser@defaultHost> Sender: linux-wireless-owner@vger.kernel.org List-ID: On Mon, Feb 25, 2013 at 07:18:16PM +0100, Fabio Rossi wrote: > I'm using the latest wireless-testing.git and I have found a regression with > kernel 3.8. I don't know if this is related to the driver I'm using (ath5k) but > I have bisected the problem to the commit > 6c17b77b67587b9f9e3070fb89fe98cef3187131 (mac80211: Fix tx queue handling > during scans). Basically the authentication and association infos don't appear > anymore in the kernel logs during a connection to my access point. > > Tell me what you need to further debug the issue and solve the problem. That patch is after 3.8. Johannes, this looks like a problem with the changes you made when applying that patch. I really should have tested the result before now. I think the off-channel frames are getting queued rather than passed down to the driver, which obviously isn't what we want. I'll get this fixed. Seth