Hi, here's a pull request to net tree, more info below. Please let me know if there are any problems. Kalle The following changes since commit ac631873c9e7a50d2a8de457cfc4b9f86666403e: net: ethernet: cortina: Drop TSO support (2024-01-07 16:05:00 +0000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2024-01-22 for you to fetch changes up to bcbc84af1183c8cf3d1ca9b78540c2185cd85e7f: wifi: mac80211: fix race condition on enabling fast-xmit (2024-01-18 14:51:15 +0100) ---------------------------------------------------------------- wireless fixes for v6.8-rc2 The most visible fix here is the ath11k crash fix which was introduced in v6.7. We also have a fix for iwlwifi memory corruption and few smaller fixes in the stack. ---------------------------------------------------------------- Benjamin Berg (1): wifi: ath11k: rely on mac80211 debugfs handling for vif Emmanuel Grumbach (1): wifi: iwlwifi: fix a memory corruption Felix Fietkau (1): wifi: mac80211: fix race condition on enabling fast-xmit Johannes Berg (1): wifi: mac80211: fix potential sta-link leak Kalle Valo (1): wifi: p54: fix GCC format truncation warning with wiphy->fw_version Lukas Bulwahn (1): wifi: cfg80211/mac80211: remove dependency on non-existing option Michal Kazior (1): wifi: cfg80211: fix missing interfaces when dumping drivers/net/wireless/ath/ath11k/core.h | 4 ---- drivers/net/wireless/ath/ath11k/debugfs.c | 25 ++++++++++-------------- drivers/net/wireless/ath/ath11k/debugfs.h | 12 ++---------- drivers/net/wireless/ath/ath11k/mac.c | 12 +----------- drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.c | 4 ++-- drivers/net/wireless/intersil/p54/fwio.c | 2 +- net/mac80211/Kconfig | 1 - net/mac80211/sta_info.c | 7 ++++++- net/mac80211/tx.c | 2 +- net/wireless/Kconfig | 1 - net/wireless/nl80211.c | 1 + 11 files changed, 24 insertions(+), 47 deletions(-)