Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752502AbXA2M5w (ORCPT ); Mon, 29 Jan 2007 07:57:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752500AbXA2M5w (ORCPT ); Mon, 29 Jan 2007 07:57:52 -0500 Received: from mx1.redhat.com ([66.187.233.31]:35888 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752488AbXA2M5v (ORCPT ); Mon, 29 Jan 2007 07:57:51 -0500 Subject: Re: Hidden SSID's From: Dan Williams To: Johannes Berg Cc: Larry Finger , netdev , LKML In-Reply-To: <1170019717.30318.0.camel@johannes.berg> References: <45BACB71.2080107@lwfinger.net> <1169899689.25670.3.camel@localhost.localdomain> <1170019717.30318.0.camel@johannes.berg> Content-Type: text/plain Date: Mon, 29 Jan 2007 08:00:11 -0500 Message-Id: <1170075611.2895.2.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.8.2.1 (2.8.2.1-3.fc6) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1311 Lines: 29 On Sun, 2007-01-28 at 22:28 +0100, Johannes Berg wrote: > On Sat, 2007-01-27 at 07:08 -0500, Dan Williams wrote: > > > I really, really don't know why ieee80211 uses , but it's a pain > > in the ass and should NOT be done for d80211. I don't know if we can > > ever remove it from ieee80211 though for backwards compat reasons. > > Ugh. /me makes a note for the cfg80211/we compat layer. This is a > mess :( Well, there's no way a userspace program could depend on all hidden SSID APs having the tag, since if you stick in another, non-ieee80211-stack card it won't be like that. So I don't think we should care about in d80211, but I don't think we can remove it from ieee80211 either. The only case where we'll care about it is if we move to common scan-result processing code, and there we may have to put a compat flag in that the driver can set or something. But we should definitely _not_ use in d80211 or cfg80211, because any program depending on just won't work with anything other than an ipw card. Dan - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/