From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Williams Subject: Re: [PATCH] make assocaittion only if SSID is known. Date: Tue, 04 Nov 2008 17:47:08 -0500 Message-ID: <1225838828.22671.0.camel@localhost.localdomain> References: <1225836101-5723-1-git-send-email-bug-track@fisher-privat.net> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1225836101-5723-1-git-send-email-bug-track-M18mAb7Tlt0yCq4wW13eYl6hYfS7NtTn@public.gmane.org> Sender: linux-wireless-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Alexey Fisher Cc: linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org, rjw-KKrjLPT3xs0@public.gmane.org, kernel-testers-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On Tue, 2008-11-04 at 23:01 +0100, Alexey Fisher wrote: > 'iwconfig eth1 channel 6' would trigger association to _something_, which is wrong. Changing the channel should (and does) trigger reassociation, but only if there is an SSID to associate with! Heh :) Need the Signed-off-by: here too though. Dan > drivers/net/wireless/ipw2200.c | 3 +-- > 1 files changed, 1 insertions(+), 2 deletions(-) > > diff --git a/drivers/net/wireless/ipw2200.c b/drivers/net/wireless/ipw2200.c > index dcce354..d26beed 100644 > --- a/drivers/net/wireless/ipw2200.c > +++ b/drivers/net/wireless/ipw2200.c > @@ -7581,8 +7581,7 @@ static int ipw_associate(void *data) > } > > if (!(priv->config & CFG_ASSOCIATE) && > - !(priv->config & (CFG_STATIC_ESSID | > - CFG_STATIC_CHANNEL | CFG_STATIC_BSSID))) { > + !(priv->config & (CFG_STATIC_ESSID | CFG_STATIC_BSSID))) { > IPW_DEBUG_ASSOC("Not attempting association (associate=0)\n"); > return 0; > } -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html