mbox series

pull-request: mac80211-next 2021-01-27

Message ID 20210127210915.135550-1-johannes@sipsolutions.net (mailing list archive)
State Accepted
Commit 5998dd0217dfdd37bf2bf4d6554005e8de2ecd19
Delegated to: Netdev Maintainers
Headers show
Series pull-request: mac80211-next 2021-01-27 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git tags/mac80211-next-for-net-next-2021-01-27

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Message

Johannes Berg Jan. 27, 2021, 9:09 p.m. UTC
Hi Jakub,

Alright ... let's try again, with two more fixes on top, one
for the virt_wifi deadlock and one for a minstrel regression
in the earlier patches.

Please pull and let me know if there's any problem.

Thanks,
johannes



The following changes since commit 9e8789c85deee047c5753e22f725d5fc10682468:

  net: stmmac: dwmac-meson8b: fix the RX delay validation (2021-01-20 22:15:08 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git tags/mac80211-next-for-net-next-2021-01-27

for you to fetch changes up to d3b9b45f7e981bcc6355414c63633fe33d95660c:

  mac80211: minstrel_ht: fix regression in the max_prob_rate fix (2021-01-27 22:06:38 +0100)

----------------------------------------------------------------
More updates:
 * many minstrel improvements, including removal of the old
   minstrel in favour of minstrel_ht
 * speed improvements on FQ
 * support for RX decapsulation (header conversion) offload
 * RTNL reduction: limit RTNL usage in the wireless stack
   mostly to where really needed (regulatory not yet) to
   reduce contention on it
 * various other small updates

----------------------------------------------------------------
Arend van Spriel (1):
      cfg80211: add VHT rate entries for MCS-10 and MCS-11

Felix Fietkau (14):
      net/fq_impl: bulk-free packets from a flow on overmemory
      net/fq_impl: drop get_default_func, move default flow to fq_tin
      net/fq_impl: do not maintain a backlog-sorted list of flows
      mac80211: add rx decapsulation offload support
      mac80211: minstrel_ht: clean up CCK code
      mac80211: minstrel_ht: add support for OFDM rates on non-HT clients
      mac80211: remove legacy minstrel rate control
      mac80211: minstrel_ht: remove old ewma based rate average code
      mac80211: minstrel_ht: improve ampdu length estimation
      mac80211: minstrel_ht: improve sample rate selection
      mac80211: minstrel_ht: fix max probability rate selection
      mac80211: minstrel_ht: increase stats update interval
      mac80211: minstrel_ht: fix rounding error in throughput calculation
      mac80211: minstrel_ht: fix regression in the max_prob_rate fix

Johannes Berg (3):
      cfg80211: change netdev registration/unregistration semantics
      cfg80211: avoid holding the RTNL when calling the driver
      virt_wifi: fix deadlock on RTNL

Lorenzo Bianconi (1):
      mac80211: introduce aql_enable node in debugfs

Max Chen (1):
      cfg80211: Add phyrate conversion support for extended MCS in 60GHz band

Philipp Borgers (1):
      mac80211: add LDPC encoding to ieee80211_parse_tx_radiotap

Ramon Fontes (1):
      mac80211_hwsim: add 6GHz channels

Wen Gong (2):
      mac80211: remove NSS number of 160MHz if not support 160MHz for HE
      mac80211: reduce peer HE MCS/NSS to own capabilities

 drivers/net/wireless/ath/ath11k/reg.c              |   4 +-
 drivers/net/wireless/ath/ath6kl/cfg80211.c         |   4 +-
 drivers/net/wireless/ath/ath6kl/core.c             |   2 +
 drivers/net/wireless/ath/ath6kl/init.c             |   2 +
 drivers/net/wireless/ath/wil6210/cfg80211.c        |   2 +
 drivers/net/wireless/ath/wil6210/netdev.c          |  11 +-
 drivers/net/wireless/ath/wil6210/pcie_bus.c        |   2 +
 .../wireless/broadcom/brcm80211/brcmfmac/core.c    |  24 +-
 .../wireless/broadcom/brcm80211/brcmfmac/core.h    |   6 +-
 .../net/wireless/broadcom/brcm80211/brcmfmac/p2p.c |  12 +-
 drivers/net/wireless/intel/iwlwifi/mvm/d3.c        |   2 +-
 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c  |   4 +-
 drivers/net/wireless/intel/iwlwifi/mvm/nvm.c       |   2 +-
 drivers/net/wireless/mac80211_hwsim.c              |  74 ++-
 drivers/net/wireless/marvell/mwifiex/cfg80211.c    |  10 +-
 drivers/net/wireless/marvell/mwifiex/main.c        |   7 +
 drivers/net/wireless/microchip/wilc1000/cfg80211.c |   2 +-
 drivers/net/wireless/microchip/wilc1000/mon.c      |   4 +-
 drivers/net/wireless/microchip/wilc1000/netdev.c   |   2 +-
 drivers/net/wireless/quantenna/qtnfmac/cfg80211.c  |   4 +-
 drivers/net/wireless/quantenna/qtnfmac/core.c      |   5 +-
 include/net/cfg80211.h                             | 146 ++++-
 include/net/fq.h                                   |  11 +-
 include/net/fq_impl.h                              | 171 ++++--
 include/net/mac80211.h                             |  26 +-
 net/mac80211/Makefile                              |   2 -
 net/mac80211/debugfs.c                             |  52 ++
 net/mac80211/debugfs_sta.c                         |   1 +
 net/mac80211/driver-ops.h                          |  16 +
 net/mac80211/he.c                                  |  92 +++
 net/mac80211/ieee80211_i.h                         |   3 +-
 net/mac80211/iface.c                               |  40 +-
 net/mac80211/key.c                                 |   4 +-
 net/mac80211/main.c                                |   5 +
 net/mac80211/pm.c                                  |   6 +-
 net/mac80211/rc80211_minstrel.c                    | 574 ------------------
 net/mac80211/rc80211_minstrel.h                    | 184 ------
 net/mac80211/rc80211_minstrel_debugfs.c            | 172 ------
 net/mac80211/rc80211_minstrel_ht.c                 | 562 ++++++++++++------
 net/mac80211/rc80211_minstrel_ht.h                 |  96 ++-
 net/mac80211/rc80211_minstrel_ht_debugfs.c         |  57 +-
 net/mac80211/rx.c                                  | 243 +++++---
 net/mac80211/sta_info.h                            |   2 +
 net/mac80211/tdls.c                                |   6 +-
 net/mac80211/trace.h                               |  18 +-
 net/mac80211/tx.c                                  |  33 +-
 net/mac80211/util.c                                |  14 +-
 net/mac80211/vht.c                                 |   9 +-
 net/wireless/chan.c                                |   5 +-
 net/wireless/core.c                                | 159 +++--
 net/wireless/core.h                                |   2 +-
 net/wireless/debugfs.c                             |   4 -
 net/wireless/ibss.c                                |   3 +-
 net/wireless/mlme.c                                |   6 +-
 net/wireless/nl80211.c                             | 657 +++++++++++----------
 net/wireless/reg.c                                 |  91 ++-
 net/wireless/reg.h                                 |   1 -
 net/wireless/scan.c                                |  35 +-
 net/wireless/sme.c                                 |   5 +-
 net/wireless/sysfs.c                               |   5 +
 net/wireless/util.c                                |  39 +-
 net/wireless/wext-compat.c                         | 271 ++++++---
 net/wireless/wext-sme.c                            |   4 +-
 63 files changed, 2090 insertions(+), 1927 deletions(-)
 delete mode 100644 net/mac80211/rc80211_minstrel.c
 delete mode 100644 net/mac80211/rc80211_minstrel.h
 delete mode 100644 net/mac80211/rc80211_minstrel_debugfs.c

Comments

patchwork-bot+netdevbpf@kernel.org Jan. 28, 2021, 3:20 a.m. UTC | #1
Hello:

This pull request was applied to netdev/net-next.git (refs/heads/master):

On Wed, 27 Jan 2021 22:09:14 +0100 you wrote:
> Hi Jakub,
> 
> Alright ... let's try again, with two more fixes on top, one
> for the virt_wifi deadlock and one for a minstrel regression
> in the earlier patches.
> 
> Please pull and let me know if there's any problem.
> 
> [...]

Here is the summary with links:
  - pull-request: mac80211-next 2021-01-27
    https://git.kernel.org/netdev/net-next/c/5998dd0217df

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html