All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: netdev@vger.kernel.org
Cc: linux-wireless@vger.kernel.org
Subject: pull-request: mac80211-next 2021-02-12
Date: Fri, 12 Feb 2021 14:55:50 +0100	[thread overview]
Message-ID: <20210212135551.49439-1-johannes@sipsolutions.net> (raw)

Hi,

This is almost certainly a last update for net-next, and
it's not very big - the biggest chunk here is minstrel
improvements from Felix, to lower overhead.

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

Thanks,
johannes



The following changes since commit 3c5a2fd042d0bfac71a2dfb99515723d318df47b:

  tcp: Sanitize CMSG flags and reserved args in tcp_zerocopy_receive. (2021-02-11 18:25:05 -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-02-12

for you to fetch changes up to 735a48481cca453525d9199772f9c3733a47cff4:

  nl80211: add documentation for HT/VHT/HE disable attributes (2021-02-12 11:00:07 +0100)

----------------------------------------------------------------
Last set of updates:
 * more minstrel work from Felix to reduce the
   probing overhead
 * QoS for nl80211 control port frames
 * STBC injection support
 * and a couple of small fixes

----------------------------------------------------------------
Ben Greear (1):
      cfg80211/mac80211: Support disabling HE mode

Colin Ian King (1):
      mac80211: fix potential overflow when multiplying to u32 integers

Felix Fietkau (6):
      mac80211: minstrel_ht: use bitfields to encode rate indexes
      mac80211: minstrel_ht: update total packets counter in tx status path
      mac80211: minstrel_ht: reduce the need to sample slower rates
      mac80211: minstrel_ht: significantly redesign the rate probing strategy
      mac80211: minstrel_ht: show sampling rates in debugfs
      mac80211: minstrel_ht: remove sample rate switching code for constrained devices

Johannes Berg (1):
      nl80211: add documentation for HT/VHT/HE disable attributes

Luca Coelho (1):
      cfg80211: initialize reg_rule in __freq_reg_info()

Markus Theil (1):
      mac80211: enable QoS support for nl80211 ctrl port

Matteo Croce (1):
      cfg80211: remove unused callback

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

 include/net/cfg80211.h                     |   2 +
 include/uapi/linux/nl80211.h               |  13 +-
 net/mac80211/mesh_hwmp.c                   |   2 +-
 net/mac80211/mlme.c                        |   3 +
 net/mac80211/rc80211_minstrel_ht.c         | 766 ++++++++++++++---------------
 net/mac80211/rc80211_minstrel_ht.h         |  47 +-
 net/mac80211/rc80211_minstrel_ht_debugfs.c |  22 +-
 net/mac80211/status.c                      |   8 +-
 net/mac80211/tx.c                          |  34 +-
 net/wireless/nl80211.c                     |   7 +
 net/wireless/reg.c                         |   2 +-
 net/wireless/sysfs.c                       |   7 -
 12 files changed, 486 insertions(+), 427 deletions(-)


             reply	other threads:[~2021-02-12 13:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-12 13:55 Johannes Berg [this message]
2021-02-13  1:00 ` pull-request: mac80211-next 2021-02-12 patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210212135551.49439-1-johannes@sipsolutions.net \
    --to=johannes@sipsolutions.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.