From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from he.sipsolutions.net ([78.46.109.217]:43856 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754675Ab1DDSQp (ORCPT ); Mon, 4 Apr 2011 14:16:45 -0400 Subject: Re: [RFC] mac80211: prevent authentication on channel mismatch w/ hw conf From: Johannes Berg To: Rajkumar Manoharan Cc: linux-wireless@vger.kernel.org In-Reply-To: <1301937866-14701-1-git-send-email-rmanoharan@atheros.com> References: <1301937866-14701-1-git-send-email-rmanoharan@atheros.com> Content-Type: text/plain; charset="UTF-8" Date: Mon, 04 Apr 2011 20:16:43 +0200 Message-ID: <1301941003.3795.0.camel@jlt3.sipsolutions.net> Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Mon, 2011-04-04 at 22:54 +0530, Rajkumar Manoharan wrote: > Do not proceed authentication if hw was already configured > with one of the vif's channel which is differed with requesting > channel. Not doing so is causing unneccesary dissociation. > This issue was originaly found while testing concurrent mode > with p2p vif. This will break any kind of pre-authentication, no? johannes