Return-path: Received: from paleale.coelho.fi ([176.9.41.70]:59696 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752685AbeBSMs4 (ORCPT ); Mon, 19 Feb 2018 07:48:56 -0500 From: Luca Coelho To: johannes@sipsolutions.net Cc: linux-wireless@vger.kernel.org, Luca Coelho Date: Mon, 19 Feb 2018 14:48:34 +0200 Message-Id: <20180219124847.27169-1-luca@coelho.fi> (sfid-20180219_134903_805502_F9407F4D) Subject: [PATCH v2 00/13] cfg80211/mac80211 patches from our internal tree 2018-02-16 Sender: linux-wireless-owner@vger.kernel.org List-ID: From: Luca Coelho Hi, This is v2 of this serites. We have made the following changes in this version: * Fixed a sparse warning about rcu access on 10/13 [kbuildbot]; * Fixed an rcu access bug in 12/13 found internally; * Reworded the commit message in 12/13 [Kalle]; Please review. Cheers, Luca. Avraham Stern (1): cfg80211: clear wep keys after disconnection Haim Dreyfuss (3): cfg80211: read wmm rules from regulatory database mac80211: limit wmm params to comply with ETSI requirements cfg80211: Add API to allow querying regdb for wmm_rule Ilan Peer (4): mac80211: Call mgd_prep_tx before transmitting deauthentication mac80211: Do not disconnect on invalid operating class mac80211: Fix sending ADDBA response for an ongoing session mac80211: agg-rx: Accept ADDBA request update if timeout did not change Johannes Berg (1): mac80211: support reporting A-MPDU EOF bit value/known Sara Sharon (4): mac80211: fix a possible leak of station stats mac80211: ibss: send a probe request instead of allocating station mac80211: fix calling sleeping function in atomic context mac80211: add get TID helper include/linux/ieee80211.h | 12 +++ include/net/cfg80211.h | 28 ++++++ include/net/ieee80211_radiotap.h | 2 + include/net/mac80211.h | 18 ++++ include/net/regulatory.h | 28 ++++++ net/mac80211/agg-rx.c | 18 +++- net/mac80211/cfg.c | 3 + net/mac80211/debugfs.c | 1 + net/mac80211/ibss.c | 54 +--------- net/mac80211/ieee80211_i.h | 7 +- net/mac80211/iface.c | 3 +- net/mac80211/michael.c | 2 +- net/mac80211/mlme.c | 19 +++- net/mac80211/rc80211_minstrel_ht.c | 2 +- net/mac80211/rx.c | 10 +- net/mac80211/spectmgmt.c | 7 +- net/mac80211/sta_info.c | 3 +- net/mac80211/tx.c | 9 +- net/mac80211/util.c | 42 ++++++++ net/mac80211/wpa.c | 8 +- net/wireless/reg.c | 200 +++++++++++++++++++++++++++++++++++-- net/wireless/sme.c | 2 + 22 files changed, 387 insertions(+), 91 deletions(-) -- 2.15.1