From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-qy0-f174.google.com ([209.85.216.174]:44295 "EHLO mail-qy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752110Ab1ITWhi convert rfc822-to-8bit (ORCPT ); Tue, 20 Sep 2011 18:37:38 -0400 Received: by qyk30 with SMTP id 30so4436118qyk.19 for ; Tue, 20 Sep 2011 15:37:37 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4E790B3B.9090004@openwrt.org> References: <35635039ce7d4a79dc62b19d51ccf0d5d4838112.1316297595.git.an.alexsimon@googlemail.com> <1316437459.5995.29.camel@jlt3.sipsolutions.net> <36569806.Rgjanm0GiI@alex-1> <1316521312.3953.27.camel@jlt3.sipsolutions.net> <4E78D990.3090601@openwrt.org> <4E78DF6F.3060304@openwrt.org> <4E78EA05.6000005@openwrt.org> <4E78FFEB.1090301@openwrt.org> <4E790B3B.9090004@openwrt.org> From: "Luis R. Rodriguez" Date: Tue, 20 Sep 2011 15:37:17 -0700 Message-ID: (sfid-20110921_003741_217047_C9790D14) Subject: Re: [PATCH v3 3/3] mac80211: Add HT operation modes for IBSS To: Felix Fietkau Cc: Johannes Berg , Javier Cardona , Alexander Simon , linux-wireless@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Tue, Sep 20, 2011 at 2:52 PM, Felix Fietkau wrote: > On 2011-09-20 11:26 PM, Luis R. Rodriguez wrote: >> >> On Tue, Sep 20, 2011 at 2:04 PM, Felix Fietkau  wrote: >>> >>>  If we want to properly enforce Annex J channel pairs, this needs to >>>  be moved to cfg80211. >> >> This does not still address the issue of one peer finding out it >> cannot deal with an HT40 pair and correcting the topology and >> propagating this out. Not yet sure if for 802.11ac we'll need >> something similar but its worth considering. > > Don't think of it as a topology. Each node makes its own decisions about > HT40+/HT40-/HT20. OK lets go with an example. Node A: HT40+ Primary: 5785 (157) Extension: 5805 (161) Node B: HT20 as it finds a legacy AP with on 5805. Channel: 5785 (157) Node C: HT40- Primary: 5785 (157) Extension: 5765 (153) So we want to support this setup? What if the network changes and we cannot use the original HT40 pair now but we can later? This applies even to today's hostapd AP setup and more rhetorical. > If modes are incompatible, fallback to HT20  always works > for communicating with a peer. Agreed. Luis