Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp534677pxa; Wed, 12 Aug 2020 08:03:11 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx0/T2jR0s15lVooD6xXAIuiv/0TTX/jdc4xHi5yLDn7JrccBNAFpD70ZGVdEvNFuWldyf6 X-Received: by 2002:a17:906:fcb3:: with SMTP id qw19mr178085ejb.271.1597244591316; Wed, 12 Aug 2020 08:03:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1597244591; cv=none; d=google.com; s=arc-20160816; b=kiSIviuuFERBo9PyVW/KEt1ljsmZCUtFicwxRueSjhAkqPilVTuHqfx5N5Iwu6c349 fkTi6zWxxCZQ/SvwBbqo2Gw08OWmGGbI2yZ/exAyvn5m68vZxpBQ6ZZh56qSNwoblGOt gXxgPUI+jsA3HUsKC+Jqlsdcp+XC9JKtKVxfHlwgiUlL7daBM7nletFcB2pQ4ukNaqMP UJgaYNx3f22rl9JblSh6ADAR0Aca6wIGCDrRD9C4a5ar+8I+7ta2LeS5Qm834/tuzOw+ 258p6AQs2hXMOu6YJM99wULz3aSqg567ZuzIJ6mGVr4IP0FresvzMYOnJGI0+oEMXBPv F6mw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=1R/L/h1kn8M0PTuPC8xN02uneOfQBiEBXl0+TnMX10o=; b=EAjGvwSyAy3ZuG5nCv+EskMbjQCxZ5ZdIAOG7Fsaz6euvSUhe1EsSX/uJlQgQ2FswA KFw+qkutbeoVYH2TYae6A8zRonygf/bp9VrFHeWhQSBKqiP81VDYD07xJuB3L9KgLN3T ziVeGR4E5nGsA8zBVGrH+tpS87oNxJH6lEDjUoW8Ma5gomLVmRKx+tNv1HsfiDQXW/tV 8x0xagAKUhgXjWNP6p1Jjr+grF82zyd24BJIyQk3f7NxXPEjuqkPTXAprnJHYtgYgJBX DDq+00xWs3+mrkUjFC7ePO/UpQDSxkOns0AUZrygBjH7qNlbM7oB9NdycA07idaryYC5 1dAg== 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 o29si1564488edz.62.2020.08.12.08.02.46; Wed, 12 Aug 2020 08:03:11 -0700 (PDT) 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 S1726696AbgHLPBs (ORCPT + 99 others); Wed, 12 Aug 2020 11:01:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51354 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726567AbgHLPBB (ORCPT ); Wed, 12 Aug 2020 11:01:01 -0400 Received: from nbd.name (nbd.name [IPv6:2a01:4f8:221:3d45::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DA9D8C061385 for ; Wed, 12 Aug 2020 08:01:00 -0700 (PDT) Received: from [149.224.82.90] (helo=localhost.localdomain) by ds12 with esmtpa (Exim 4.89) (envelope-from ) id 1k5sFN-0002OP-3C; Wed, 12 Aug 2020 17:00:57 +0200 From: John Crispin To: Johannes Berg Cc: linux-wireless@vger.kernel.org, ath11k@lists.infradead.org, John Crispin Subject: [PATCH V3 0/9] mac80211: add multiple bssid / EMA Date: Wed, 12 Aug 2020 17:00:41 +0200 Message-Id: <20200812150050.2683396-1-john@phrozen.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org This series addss multiple bssid and EMA beacons. The V3 series has a lot of changes to V2. The biggest being the added support for EMA. As we might have HW that can offload this we need to pass the multiple bssid elements to the kernel. This gives us a lot of flexibility for supporting different hardware. John Crispin (9): nl80211: add basic multiple bssid support mac80211: add multiple bssid support to interface handling mac80211: add multiple bssid support to beacon handling mac80211: add multiple bssid/ema support to bcn templating ath11k: add a struct to pass parameters into ath11k_wmi_vdev_up ath11k: add the multiple bssid WMI commands ath11k: add multiple bssid support to device creation ath11k: add EMA beacon support ath11k: set the multiple bssid hw flags and capabilities drivers/net/wireless/ath/ath11k/mac.c | 83 ++++++++++++++++--- drivers/net/wireless/ath/ath11k/wmi.c | 20 +++-- drivers/net/wireless/ath/ath11k/wmi.h | 22 ++++- include/net/cfg80211.h | 35 ++++++++ include/net/mac80211.h | 42 +++++++++- include/uapi/linux/nl80211.h | 22 +++++ net/mac80211/cfg.c | 113 +++++++++++++++++++++++++- net/mac80211/debugfs.c | 1 + net/mac80211/ieee80211_i.h | 2 + net/mac80211/iface.c | 7 ++ net/mac80211/tx.c | 49 ++++++++++- net/wireless/nl80211.c | 40 +++++++++ 12 files changed, 408 insertions(+), 28 deletions(-) -- 2.25.1