Hi, Here are some first (stack only) changes in wireless; given holidays etc. things are a bit delayed, but it's not that much here. Note that I have a new signing subkey on my GPG key, you can get the key info from keyservers or https://johannes.sipsolutions.net/key.txt Please pull and let me know if there's any problem. Thanks, johannes The following changes since commit 7d6ceeb1875cc08dc3d1e558e191434d94840cd5: af_unix: selftest: Fix the size of the parameter to connect() (2023-01-09 08:16:13 +0000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2023-01-12 for you to fetch changes up to f216033d770f7ca0eda491fe01a9f02e7af59576: wifi: mac80211: fix MLO + AP_VLAN check (2023-01-10 13:24:30 +0100) ---------------------------------------------------------------- Some fixes, stack only for now: * iTXQ conversion fixes, various bugs reported * properly reset multiple BSSID settings * fix for a link_sta crash * fix for AP VLAN checks * fix for MLO address translation ---------------------------------------------------------------- Alexander Wetzel (3): wifi: mac80211: Proper mark iTXQs for resumption wifi: mac80211: sdata can be NULL during AMPDU start wifi: mac80211: Fix iTXQ AMPDU fragmentation handling Aloka Dixit (1): wifi: mac80211: reset multiple BSSID options in stop_ap() Felix Fietkau (2): wifi: mac80211: fix initialization of rx->link and rx->link_sta wifi: mac80211: fix MLO + AP_VLAN check Sriram R (1): mac80211: Fix MLO address translation for multiple bss case include/net/mac80211.h | 4 - net/mac80211/agg-tx.c | 8 +- net/mac80211/cfg.c | 7 ++ net/mac80211/debugfs_sta.c | 5 +- net/mac80211/driver-ops.c | 3 + net/mac80211/driver-ops.h | 2 +- net/mac80211/ht.c | 31 ++++++ net/mac80211/ieee80211_i.h | 2 +- net/mac80211/iface.c | 4 +- net/mac80211/rx.c | 229 ++++++++++++++++++++------------------------- net/mac80211/tx.c | 34 +++---- net/mac80211/util.c | 42 +-------- 12 files changed, 178 insertions(+), 193 deletions(-)