Return-path: Received: from mail-gw2-out.broadcom.com ([216.31.210.63]:59892 "EHLO mail-gw2-out.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750726AbbDAJPr (ORCPT ); Wed, 1 Apr 2015 05:15:47 -0400 Message-ID: <551BB741.7050702@broadcom.com> (sfid-20150401_111554_021172_21F2972A) Date: Wed, 1 Apr 2015 11:15:45 +0200 From: Arend van Spriel MIME-Version: 1.0 To: Johannes Berg CC: Janusz Dziedzic , Ilan Peer , Emmanuel Grumbach , , Andrei Otcheretianski Subject: Re: [PATCH 7/7] mac80211: Count correctly interface types References: <1426143210-25635-1-git-send-email-emmanuel.grumbach@intel.com> <1426143210-25635-7-git-send-email-emmanuel.grumbach@intel.com> (sfid-20150401_080606_876573_33E52A4C) <1427872324.2432.3.camel@sipsolutions.net> <551BADF5.3000409@broadcom.com> <1427877848.3428.1.camel@sipsolutions.net> In-Reply-To: <1427877848.3428.1.camel@sipsolutions.net> Content-Type: text/plain; charset="UTF-8"; format=flowed Sender: linux-wireless-owner@vger.kernel.org List-ID: On 04/01/15 10:44, Johannes Berg wrote: > On Wed, 2015-04-01 at 10:36 +0200, Arend van Spriel wrote: > >> I think in latest wpa_s the P2P-Device is always created. There used to >> be a driver_param to create it. Not sure if that driver_param could >> still be used to avoid P2P-Device creation. > > Yeah, I feared this was the case so I added Ilan :) > > I think we need to fix that perhaps in some way? I'm pretty sure we > cannot have P2P-Device and IBSS at the same time properly in our device. > >> The interface combinations look confusing to me. Why is there no IBSS or >> monitor listed there? > > Only "real" combinations are listed - anything that's in the "Supported > interface modes" is, by default, only supported with a single virtual > interface. Real combinations (of>1 interface) are listed separately. Thanks. That helps. Regards, Arend