[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210212135551.49439-1-johannes@sipsolutions.net>
Date: Fri, 12 Feb 2021 14:55:50 +0100
From: Johannes Berg <johannes@...solutions.net>
To: netdev@...r.kernel.org
Cc: linux-wireless@...r.kernel.org
Subject: pull-request: mac80211-next 2021-02-12
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(-)
Powered by blists - more mailing lists