Return-path: Received: from yw-out-2324.google.com ([74.125.46.31]:26972 "EHLO yw-out-2324.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753382AbZFRSmS (ORCPT ); Thu, 18 Jun 2009 14:42:18 -0400 Received: by yw-out-2324.google.com with SMTP id 5so690052ywb.1 for ; Thu, 18 Jun 2009 11:42:20 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1245350655.24303.318.camel@rc-desk> References: <43e72e890906101349t502e9022h16fa79ea512f8b4d@mail.gmail.com> <1244668077.4706.4.camel@johannes.local> <43e72e890906101542l5064384auf027267a3d19f3ee@mail.gmail.com> <43e72e890906101544i22bacc8fxa0a7d045eea50280@mail.gmail.com> <43e72e890906111204g18e71720w97cb2ea346e5d663@mail.gmail.com> <1244753407.20900.456.camel@rc-desk> <20090618150119.GD2738@tuxdriver.com> <1245340021.24303.302.camel@rc-desk> <20090618182831.GA2028@tesla> <1245350655.24303.318.camel@rc-desk> From: "Luis R. Rodriguez" Date: Thu, 18 Jun 2009 11:42:00 -0700 Message-ID: <43e72e890906181142p288beb2bh4c245559ecceabd7@mail.gmail.com> Subject: Re: [ath9k-devel] [PATCH] mac80211: disassociate when switching bands and not scanning To: reinette chatre Cc: "John W. Linville" , Luis Rodriguez , Johannes Berg , Kalle Valo , "Zhu, Yi" , "j@w1.fi" , "linux-wireless@vger.kernel.org" , "ipw3945-devel@lists.sourceforge.net" , "Abbas, Mohamed" , "ath9k-devel@lists.ath9k.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Thu, Jun 18, 2009 at 11:44 AM, reinette chatre wrote: > Hi Luis, > > On Thu, 2009-06-18 at 11:28 -0700, Luis R. Rodriguez wrote: >> On Thu, Jun 18, 2009 at 08:47:01AM -0700, reinette chatre wrote: >> > Hi John, >> > >> > On Thu, 2009-06-18 at 08:01 -0700, John W. Linville wrote: >> > > On Thu, Jun 11, 2009 at 01:50:07PM -0700, reinette chatre wrote: >> > > >> > > > I ran the steps to reproduce on a kernel that is the latest >> > > > wireless-testing + "mac80211: disconnect when user changes channel" + >> > > > "iwlwifi: remove rs_get_rate workaround". Unfortunately I still get the >> > > > rs_get_rate warning. >> > > >> > > Should I merge the ath9k rate series w/o "iwlwifi: remove rs_get_rate >> > > workaround"? >> > >> > The later patch "mac80211: add helper for management / no-ack frame rate >> > decision" also touches iwlwifi and assumes that "iwlwifi: remove >> > rs_get_rate workaround" has been applied. >> > >> > I do not know if Luis would want that patch to go in because the warning >> > we get may not be specific to iwlwifi. If you do want that to go in then >> > please remove the iwlwifi bits. >> >> I don't believe the warning you got were iwlwifi specific, I confirmed it and >> I was able to reproduce with ath9k and I also sent a patch to correct it. I'd hate >> to see a work around be kept for them and the issue not addressed properly, >> which is what this has been trying to address. > > I assumed that your fix had the same intention as the patch from > Johannes that I tested. This did not resolve the problem. It seems like it didn't. Luis