Message ID | 20181215090325.31604-1-luca@coelho.fi (mailing list archive) |
---|---|
Headers | show |
Series | cfg80211/mac80211 patches from our internal tree 2018-12-15 | expand |
Ok... Patch 1 is already in, from somebody else - dropped. Patch 12 was already in from Emmanuel - dropped. Applied to mac80211: 9, 11, 15, 21, 24 (yes, the others are left for mac80211-next, for later) johannes
On Tue, 2018-12-18 at 13:06 +0100, Johannes Berg wrote: > Ok... > > Patch 1 is already in, from somebody else - dropped. > Patch 12 was already in from Emmanuel - dropped. > > Applied to mac80211: 9, 11, 15, 21, 24 > > (yes, the others are left for mac80211-next, for later) No, also took 5 to mac80211 now. johannes
From: Luca Coelho <luciano.coelho@intel.com> Hi, Some patches with mac80211 and cfg80211 changes from our internal tree. Please review, though you have already reviewed most if not all of them ;) Cheers, Luca. Andrei Otcheretianski (1): cfg80211: Include the PMK and PMKID in NL80211_CMD_EXTERNAL_AUTH Emmanuel Grumbach (3): ieee80211: add bits for TWT in Extended Capabilities IE mac80211: propagate the support for TWT to the driver mac80211: ignore NullFunc frames in the duplicate detection Ilan Peer (2): mac80211: Properly handle SKB with radiotap only mac80211: Properly access radiotap vendor data Johannes Berg (9): mac80211: document RCU requirements for ieee80211_tx_dequeue() mac80211: remove superfluous NULL check mac80211: never pass NULL params to ieee80211_if_add() mac80211: fix radiotap vendor presence bitmap handling cfg80211: pmsr: fix MAC address setting cfg80211: fix ieee80211_get_vht_max_nss() nl80211: fix memory leak if validate_pae_over_nl80211() fails cfg80211: clarify LCI/civic location documentation mac80211: ftm responder: remove pointless defensive coding Lior Cohen (1): mac80211: suspicious RCU usage fix Luca Coelho (1): cfg80211: add some missing fall through annotations Sara Sharon (3): mac80211: free skb fraglist before freeing the skb mac80211: don't build AMSDU from GSO packets mac80211: fix a kernel panic when TXing after TXQ teardown Shaul Triebitz (4): mac80211: update HE operation fields to D3.0 mac80211: update driver when MU EDCA params change mac80211: set STA flag DISABLE_HE if HE is not supported mac80211: do not advertise HE cap IE if HE disabled include/linux/ieee80211.h | 30 +++++++++++--------- include/net/cfg80211.h | 12 ++++++-- include/net/mac80211.h | 11 ++++++++ include/uapi/linux/nl80211.h | 20 ++++++++++---- net/mac80211/cfg.c | 4 +-- net/mac80211/ieee80211_i.h | 1 + net/mac80211/iface.c | 13 +++++---- net/mac80211/main.c | 6 ++-- net/mac80211/mlme.c | 53 ++++++++++++++++++++++++++---------- net/mac80211/rx.c | 42 ++++++++++++++++++---------- net/mac80211/status.c | 5 ++++ net/mac80211/tx.c | 7 +++-- net/mac80211/util.c | 2 ++ net/wireless/chan.c | 3 ++ net/wireless/core.c | 2 ++ net/wireless/nl80211.c | 25 ++++++++++++++++- net/wireless/pmsr.c | 25 +++++++++++------ net/wireless/scan.c | 2 +- net/wireless/util.c | 15 +++++----- 19 files changed, 198 insertions(+), 80 deletions(-)