Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp3410594ybi; Mon, 17 Jun 2019 23:56:03 -0700 (PDT) X-Google-Smtp-Source: APXvYqwHNpywEMlbM3pBer0woMn/JyHfQRDzUup3s6wrqfzFOM/V+ib+SH/oUxF/3Qc5BUhPSH7x X-Received: by 2002:a17:902:a986:: with SMTP id bh6mr110897076plb.100.1560840963066; Mon, 17 Jun 2019 23:56:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560840963; cv=none; d=google.com; s=arc-20160816; b=Y9iXKLDYKSgDCaohPTdIRKneBmwGW6FW+M9aWDzINnUGP5AipEbyU1ayBQxjzf4uI/ wRn+qBhIX8WZH99kBqIk0Ogihisnd+KqeA6pv5Ok7A47i9m4cruMr7SZPs6f3qgNV+VT s9zHkD3ZvefX/o+w+o8EFEdb5vlCdp5C1uARxwSDiocBG7TXKEEPFvOSK2bW7mujv7WG Ds0YPiiy35CNjb5b4TBx99oc7BRM4F0H7j9YrHaaziaKZGciFtz9jmEAu2mgJhZup1fW Ypx/rZpD9QWiVsNRJr2oWvn3iKJCRP0EyYwvs899ty+NK09UV92J4YssPxrmamxByBbQ UWjw== 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=JPG3p1LYhj62jQWQB7ESGofx6mxN27VsFq18KhPnTFI=; b=FXRKDM7Avb9lTSicgi2uIUAwJ+/JET59hzEWAyyzSyJ+0zdCZXcN0zCon+wikL8ume mhZfgDPSBATjFKzhH390pItS+vUPi9ENjBasZAsVxuAVraHzBTSrDqL3W4dTFFyd9ren Sxg0Yioxq5TfkJx/2oaQ4lPhXwRoy8qMj1CiOmwMtX7o0wvWgTRiHmw61cVrjoJD6/cK QMA6fTT9nCQvEV8vqHNH74ejHKmo5uUtg7Il0RcdfH7cyhztWoMizCPksTxYAHcLbxYN /Q/Xv9WLSh6LYrGaWkOeq+Ti2IH2JN35/8p3UmmbyYlJ7ImOxqunqhKcDPXyjGQiR39Q ersA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q10si11771752pls.431.2019.06.17.23.55.48; Mon, 17 Jun 2019 23:56:03 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728835AbfFRGyV (ORCPT + 99 others); Tue, 18 Jun 2019 02:54:21 -0400 Received: from nbd.name ([46.4.11.11]:59432 "EHLO nbd.name" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728948AbfFRGyV (ORCPT ); Tue, 18 Jun 2019 02:54:21 -0400 Received: from p5dcfbabb.dip0.t-ipconnect.de ([93.207.186.187] helo=bertha.fritz.box) by ds12 with esmtpa (Exim 4.89) (envelope-from ) id 1hd7Sh-0000Ad-6y; Tue, 18 Jun 2019 08:19:19 +0200 From: John Crispin To: Johannes Berg Cc: linux-wireless@vger.kernel.org, John Crispin Subject: [PATCH V3 0/2] mac80211: HE: add SPR/OBSSPD support Date: Tue, 18 Jun 2019 08:19:13 +0200 Message-Id: <20190618061915.7102-1-john@phrozen.org> X-Mailer: git-send-email 2.20.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 adds support for propagating the OBSS PD information from assocs to a wireless driver. Changes in V2 * always use bss_conf as per request from Johannes Changes in V3 * remove reference to mac80211 inside comment John Crispin (2): mac80211: HE: add Spatial Reuse IE parsing support mac80211: allow setting spatial reuse parameters from bss_conf include/linux/ieee80211.h | 49 ++++++++++++++++++++++++++++++++++++ include/net/cfg80211.h | 15 +++++++++++ include/net/mac80211.h | 4 +++ include/uapi/linux/nl80211.h | 27 ++++++++++++++++++++ net/mac80211/cfg.c | 5 +++- net/mac80211/he.c | 24 ++++++++++++++++++ net/mac80211/ieee80211_i.h | 4 +++ net/mac80211/mlme.c | 1 + net/mac80211/util.c | 4 +++ net/wireless/nl80211.c | 43 +++++++++++++++++++++++++++++++ 10 files changed, 175 insertions(+), 1 deletion(-) -- 2.20.1