Return-path: Received: from py-out-1112.google.com ([64.233.166.178]:4361 "EHLO py-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752662AbYBHJWx (ORCPT ); Fri, 8 Feb 2008 04:22:53 -0500 Received: by py-out-1112.google.com with SMTP id u52so5389995pyb.10 for ; Fri, 08 Feb 2008 01:22:53 -0800 (PST) Message-ID: <43e72e890802080122x67a1fed1s7e6193eea0559f16@mail.gmail.com> (sfid-20080208_092306_794389_16EDF840) Date: Fri, 8 Feb 2008 04:22:52 -0500 From: "Luis R. Rodriguez" To: "Jouni Malinen" Subject: Re: [PATCH] mac80211: enable IBSS merging Cc: "John W. Linville" , "bruno randolf" , "Johannes Berg" , jirislaby@gmail.com, mickflemm@gmail.com, linux-wireless@vger.kernel.org, "Ivo van Doorn" , "Kishore Ramachandran" , "Ivan Seskar" In-Reply-To: <20080207035813.GX1261@jm.kir.nu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 References: <20080118125252.6455.41047.stgit@one> <200801241226.28394.bruno@thinktube.com> <1201193704.3454.137.camel@johannes.berg> <200801251701.59629.bruno@thinktube.com> <43e72e890802021522g5bffe97cg31ba57f6f1f200b9@mail.gmail.com> <20080206043451.GT1261@jm.kir.nu> <43e72e890802061033k5ca3e83doca28ca43a5c1830b@mail.gmail.com> <20080206201035.GA3229@tuxdriver.com> <20080207035813.GX1261@jm.kir.nu> Sender: linux-wireless-owner@vger.kernel.org List-ID: On Feb 6, 2008 10:58 PM, Jouni Malinen wrote: > On Wed, Feb 06, 2008 at 03:10:35PM -0500, John W. Linville wrote: > > > FWIW, that wouldn't be the first time we (i.e. Linux) chose to do > > something that did not completely comply with a standard. If it > > interoperates with other equipment and is good for users, I don't > > think picky standard compliance is worthwhile. > > Sure, there are cases where this is reasonable. > > > Please note that I am not really taking a stand in favor of this ATM, > > only asserting that blind standard compliance is not a good reason > > to NAK it IMHO. > > In this case, standard compliance is certainly not the only concern I > have. I'm worried about interoperability with non-mac80211 > implementations. If mac80211 were to hardcoded the BSSID for IBSS and > refuse to change it no matter what (i.e., behave against the IEEE 802.11 > standard), IBSS would not interoperate with any other implementation if > the other implementation happens to be the creator of the IBSS.. OK so you're saying that some people might actually expect that when using the same SSID and same channel in close vicinity they'd get separate BSSIDs generated? If so I don't see why people would expect this functionality as a feature, I think this is more of a problem than an expected result of how the standard is designed. > Same issues shows up (but in somewhat less frequent form) in an IBSS > splitting up and re-joining. In order to allow the STAs using other > implementation (no BSSID hacks) to join the IBSS, mac80211 will need to > be prepared to change the BSSID (or use some much more questionable > hacks to make sure it is always the mac80211-STA that wins in the > selection of which BSSID will survive.. ;-). How would the IBSS be split up to generate a new BSSID? If you are part of an IBSS and you don't see anyone generate a beacon between the random backoff time you simply generate it, but the BSSID would still be the same. Luis