From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-iw0-f178.google.com ([209.85.223.178]:46814 "EHLO mail-iw0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753592AbZJGUYr convert rfc822-to-8bit (ORCPT ); Wed, 7 Oct 2009 16:24:47 -0400 Received: by iwn8 with SMTP id 8so3038179iwn.33 for ; Wed, 07 Oct 2009 13:24:11 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20091007195321.GD22394@tuxdriver.com> References: <1254876274-1145-1-git-send-email-lrodriguez@atheros.com> <20091007195321.GD22394@tuxdriver.com> From: "Luis R. Rodriguez" Date: Wed, 7 Oct 2009 16:23:51 -0400 Message-ID: <43e72e890910071323g3e7b9342pe7a1745f402424ca@mail.gmail.com> Subject: Re: [PATCH 0/7] ath5k: few fixes for regressions To: "John W. Linville" Cc: linux-wireless@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Wed, Oct 7, 2009 at 3:53 PM, John W. Linville wrote: > On Tue, Oct 06, 2009 at 08:44:27PM -0400, Luis R. Rodriguez wrote: >> I wasn't able to connect to some AP and it turned out the issue >> was a few regressions introduced in my series. It was hard to note >> as I was able to connect at work and at home, so I guess this would >> only have been seen with some specific APs. This series fixed my >> connection but since I introduced them I figured I'd throw in >> an extra patch at the end for setting the association ID. >> >> Luis R. Rodriguez (7): >>   ath5k: fix regression on setting bssid mask on association >>   ath5k: use ath_hw_setbssidmask() for bssid mask setting upon assoc >>   ath5k: fix regression introduced upon the removal of AR5K_HIGH_ID() >>   ath5k: simplify passed params to ath5k_hw_set_associd() >>   ath5k: remove temporary low_id and high_id vars on >>     ath5k_hw_set_associd() >>   ath5k: fix regression which triggers an SME join upon assoc >>   ath5k: enable Power-Save Polls by setting the association ID >> >>  drivers/net/wireless/ath/ath5k/ath5k.h  |    2 +- >>  drivers/net/wireless/ath/ath5k/attach.c |    2 +- >>  drivers/net/wireless/ath/ath5k/base.c   |   13 ++++++++++--- >>  drivers/net/wireless/ath/ath5k/pcu.c    |   30 +++++++++++++----------------- >>  drivers/net/wireless/ath/ath5k/reset.c  |    5 ++--- >>  5 files changed, 27 insertions(+), 25 deletions(-) > > Actually, none of these seem to apply against 2.6.32...did you mean > for them to go there? > > I'll queue them for -next for now... Nope -- none of them are for 2.6.32 -- all of them are just for 2.6.33. Luis