Hi, We have a couple of last-minute fixes for some issues. Note that this introduces a merge conflict with -next, which Stephen reported and (correctly) resolved here: https://lore.kernel.org/linux-wireless/20231024112424.7de86457@xxxxxxxxxxxxxxxx/ Basically just context - use the ieee80211_is_protected_dual_of_public_action() check from this pull request, and the return code RX_DROP_U_UNPROT_UNICAST_PUB_ACTION from -next. Please pull and let us know if there's any problem. Thanks, johannes The following changes since commit f2ac54ebf85615a6d78f5eb213a8bbeeb17ebe5d: net: rfkill: reduce data->mtx scope in rfkill_fop_open (2023-10-11 16:55:10 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2023-10-24 for you to fetch changes up to 91535613b6090fc968c601d11d4e2f16b333713c: wifi: mac80211: don't drop all unprotected public action frames (2023-10-23 13:25:30 +0200) ---------------------------------------------------------------- Three more fixes: - don't drop all unprotected public action frames since some don't have a protected dual - fix pointer confusion in scanning code - fix warning in some connections with multiple links ---------------------------------------------------------------- Avraham Stern (1): wifi: mac80211: don't drop all unprotected public action frames Ben Greear (1): wifi: cfg80211: pass correct pointer to rdev_inform_bss() Johannes Berg (1): wifi: cfg80211: fix assoc response warning on failed links include/linux/ieee80211.h | 29 +++++++++++++++++++++++++++++ net/mac80211/rx.c | 3 +-- net/wireless/mlme.c | 3 ++- net/wireless/scan.c | 2 +- 4 files changed, 33 insertions(+), 4 deletions(-)