Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp2819095pxb; Fri, 12 Feb 2021 02:02:13 -0800 (PST) X-Google-Smtp-Source: ABdhPJz3edV7PkL9/22FbTF1xUaz6UoLrHwbPxmm85UzBNqmd4mgbTOiXzQekxgbP+kVzYdsGxle X-Received: by 2002:a17:907:b16:: with SMTP id h22mr2117264ejl.393.1613124133098; Fri, 12 Feb 2021 02:02:13 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1613124133; cv=none; d=google.com; s=arc-20160816; b=ckjNmvnH+D2D72tP8vNu4sVlQa1KmEcoos8lhRf5Lht3AQi18bOkD1SvefhB8e/IWm JMZVRZn60ALZct7UKSGywxqQtf6h9RRGzA5AWXtG8xpdS2B6hOg2Qq6ldyOip/nOZXhs kJOE4KU+cIB5u+KOV+7femeUUcq1m9K5VCUgqJyf9awU09DOEQWFkM4/n2CNk6TEU3xT 9BBpKKcIB4Sowgw3b8xomU2+HDSckuU9kTJrkpce4yuB+1KRK/ayLodGhrJeLVWmLdjU AjtxSjMbCfv9/CUIrfQMZOup0KnqjiY/rJGnvsHDDSlmHWqz8GkUq+I5nO7qccmZ1bD8 lAdg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:date:cc:to:from:subject :message-id; bh=7vSI/R1xGmdqUDhd8xbn3HE3zdfuWX5aETHDp3WnnTQ=; b=dn/KhWdn6YNERHdV8ARUEYH7H20a4PgiBZEiWYeG2nLvjcuLiix8Cme5Goc7ufjoIr zZskoKt1s1AKOcQpDfwzGxDKS+xvGPee6Wy7KrvLpC5WnjL2mz2K+vcolZ74ITYgZOjQ PmEysZVNnFCVWMqQWvGIyWAkzUehcrFf5/Q31fhYwyfpNGHnDGZ9f5sSbHWsQhTKNlVB RGeWw7EGDmKpzK8yK4HKP4PhMPORrkkTBp7uQKQQzeY2yukqSAdCA8mqWtrIdOY4iZRB TPN+Z+8nFxVqjRj3YAipZ1Sgxw3Dx3XbnUo9slKRlljN75zlvPcsH/tji4QDQMTqRRnv bvHg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r18si5835878edc.276.2021.02.12.02.01.50; Fri, 12 Feb 2021 02:02:13 -0800 (PST) Received-SPF: pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229948AbhBLKAa (ORCPT + 99 others); Fri, 12 Feb 2021 05:00:30 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36730 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230287AbhBLKA1 (ORCPT ); Fri, 12 Feb 2021 05:00:27 -0500 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C5578C06178A for ; Fri, 12 Feb 2021 01:59:42 -0800 (PST) Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94) (envelope-from ) id 1lAVEj-001nc4-4c; Fri, 12 Feb 2021 10:59:41 +0100 Message-ID: Subject: Re: [PATCH V7 0/4] mac80211: add multiple bssid support From: Johannes Berg To: Aloka Dixit Cc: linux-wireless@vger.kernel.org Date: Fri, 12 Feb 2021 10:59:40 +0100 In-Reply-To: References: <20210120005120.32424-1-alokad@codeaurora.org> (sfid-20210120_015542_749517_52354F67) Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.36.5 (3.36.5-2.fc32) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-malware-bazaar: not-scanned Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Fri, 2021-02-12 at 10:59 +0100, Johannes Berg wrote: > Hi, > > > John Crispin (4): > > nl80211: add basic multiple bssid support And since I rebased that already - here's a copy: https://p.sipsolutions.net/59ffc0425476edfe.txt johannes