From patchwork Tue Jun 18 06:19:13 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Crispin X-Patchwork-Id: 11000991 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A49D3924 for ; Tue, 18 Jun 2019 06:54:22 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 95B122887B for ; Tue, 18 Jun 2019 06:54:22 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8A04D28A12; Tue, 18 Jun 2019 06:54:22 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 45A4A2887B for ; Tue, 18 Jun 2019 06:54:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729008AbfFRGyW (ORCPT ); Tue, 18 Jun 2019 02:54:22 -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 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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(-)