Hi, So this came later than I wanted, I simply forgot earlier. Not much to say about it, just a handful of fixes, mostly in iwlwifi. As reported by Stephen earlier, this has a conflict against -next material, but once pulled into net I plan on pulling it into wireless-next to resolve that. Please pull and let us know if there's any problem. Thanks, johannes The following changes since commit 0647903efbc84b772325b4d24d9487e24d6d1e03: wifi: mt76: mt7996: fix fortify warning (2024-02-05 20:00:45 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2024-02-14 for you to fetch changes up to b7198383ef2debe748118996f627452281cf27d7: wifi: iwlwifi: mvm: fix a crash when we run out of stations (2024-02-08 14:55:39 +0100) ---------------------------------------------------------------- Valentine's day edition, with just few fixes because that's how we love it ;-) iwlwifi: - correct A3 in A-MSDUs - fix crash when operating as AP and running out of station slots to use - clear link ID to correct some later checks against it - fix error codes in SAR table loading - fix error path in PPAG table read mac80211: - reload a pointer after SKB may have changed (only in certain monitor inject mode scenarios) ---------------------------------------------------------------- Dan Carpenter (2): wifi: iwlwifi: Fix some error codes wifi: iwlwifi: uninitialized variable in iwl_acpi_get_ppag_table() Daniel Gabay (1): wifi: iwlwifi: mvm: use correct address 3 in A-MSDU Emmanuel Grumbach (1): wifi: iwlwifi: mvm: fix a crash when we run out of stations Johannes Berg (1): wifi: mac80211: reload info pointer in ieee80211_tx_dequeue() Miri Korenblit (1): wifi: iwlwifi: clear link_id in time_event drivers/net/wireless/intel/iwlwifi/fw/acpi.c | 15 +++-- drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 3 + drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c | 4 ++ .../net/wireless/intel/iwlwifi/mvm/time-event.c | 3 +- drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 69 ++++++++++++++++++---- net/mac80211/tx.c | 5 +- 6 files changed, 80 insertions(+), 19 deletions(-)