From patchwork Sun Dec 6 12:54:39 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Coelho X-Patchwork-Id: 339486 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8B7B0C1B0D9 for ; Sun, 6 Dec 2020 12:55:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 556FE2310E for ; Sun, 6 Dec 2020 12:55:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728058AbgLFMz4 (ORCPT ); Sun, 6 Dec 2020 07:55:56 -0500 Received: from paleale.coelho.fi ([176.9.41.70]:34890 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727931AbgLFMzj (ORCPT ); Sun, 6 Dec 2020 07:55:39 -0500 Received: from 91-156-6-193.elisa-laajakaista.fi ([91.156.6.193] helo=redipa.ger.corp.intel.com) by farmhouse.coelho.fi with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1kltYx-003AHZ-Hu; Sun, 06 Dec 2020 14:54:52 +0200 From: Luca Coelho To: johannes@sipsolutions.net Cc: linux-wireless@vger.kernel.org Date: Sun, 6 Dec 2020 14:54:39 +0200 Message-Id: <20201206125450.564941-1-luca@coelho.fi> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Subject: [PATCH 00/11] cfg80211/mac80211 patches from our internal tree 2020-12-06 Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org From: Luca Coelho Hi, A bunch of patches with mac80211 and cfg80211 changes from our internal tree. Please review, though you have already reviewed (or even written!) most if not all of them. ;) Cheers, Luca. Avraham Stern (1): mac80211: support Rx timestamp calculation for all preamble types Emmanuel Grumbach (1): mac80211: don't filter out beacons once we start CSA Ilan Peer (2): mac80211: Fix calculation of minimal channel width mac80211: Update rate control on channel change Johannes Berg (7): cfg80211: remove struct ieee80211_he_bss_color mac80211: use struct assignment for he_obss_pd cfg80211: support immediate reconnect request hint mac80211: support driver-based disconnect with reconnect hint mac80211: don't set set TDLS STA bandwidth wider than possible mac80211: use bitfield helpers for BA session action frames mac80211: ignore country element TX power on 6 GHz include/net/cfg80211.h | 17 ++------ include/net/mac80211.h | 11 +++++ include/uapi/linux/nl80211.h | 6 +++ net/mac80211/agg-rx.c | 8 ++-- net/mac80211/agg-tx.c | 12 +++--- net/mac80211/cfg.c | 6 +-- net/mac80211/chan.c | 71 ++++++++++++++++++++++++++++-- net/mac80211/ieee80211_i.h | 14 +++--- net/mac80211/mlme.c | 83 +++++++++++++++++++++++++++--------- net/mac80211/trace.h | 23 +++++++++- net/mac80211/util.c | 66 +++++++++++++++++++++++++++- net/mac80211/vht.c | 14 ++++-- net/wireless/mlme.c | 26 ++++++----- net/wireless/nl80211.c | 23 ++++++---- net/wireless/nl80211.h | 8 ++-- net/wireless/trace.h | 12 ++++-- 16 files changed, 307 insertions(+), 93 deletions(-)