Return-path: Received: from s3.sipsolutions.net ([5.9.151.49]:32803 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932526AbcBBPKm (ORCPT ); Tue, 2 Feb 2016 10:10:42 -0500 Message-ID: <1454425840.2926.8.camel@sipsolutions.net> (sfid-20160202_161045_903638_60C6EC1B) Subject: Re: [PATCH v2] cfg80211: basic support for PBSS network type From: Johannes Berg To: Lior David Cc: linux-wireless@vger.kernel.org, Jouni Malinen , Dedy Lansky , Maya Erez , Hamad Kadmany Date: Tue, 02 Feb 2016 16:10:40 +0100 In-Reply-To: <1454425741.2926.7.camel@sipsolutions.net> (sfid-20160202_160909_821108_CDA961D3) References: <56961335.4040801@codeaurora.org> <1453807346.2759.29.camel@sipsolutions.net> <56A767E4.7090906@codeaurora.org> <1453812869.2759.38.camel@sipsolutions.net> <56A9D831.7070909@codeaurora.org> <1454425741.2926.7.camel@sipsolutions.net> (sfid-20160202_160909_821108_CDA961D3) Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Tue, 2016-02-02 at 16:09 +0100, Johannes Berg wrote: > On Thu, 2016-01-28 at 10:58 +0200, Lior David wrote: > > PBSS (Personal Basic Service Set) is a new BSS type for DMG > > networks. It is similar to infrastructure BSS, having an AP-like > > entity called PCP (PBSS Control Point), but it has few differences. > > PBSS support is mandatory for 11ad devices. > > > > Add support for PBSS by introducing a new PBSS flag attribute. > > The PBSS flag is used in the START_AP command to request starting > > a PCP instead of an AP, and in the CONNECT command to request > > connecting to a PCP instead of an AP. > > > Applied. > Actually, one more question: Why does the kernel have to know at *connect* time that it should be a PBSS? It could tell that from the scan results, by looking for PBSS if it can't find AP in there, no? johannes