Hi, Two more fixes. Both issues have been around for a while though. Please pull and let me know if there's any problem. Thanks, johannes The following changes since commit 95a359c9553342d36d408d35331ff0bfce75272f: net: ethernet: microchip: lan743x: Fix dma allocation failure by using dma_set_mask_and_coherent (2021-10-24 13:38:56 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-net-2021-10-27 for you to fetch changes up to 689a0a9f505f7bffdefe6f17fddb41c8ab6344f6: cfg80211: correct bridge/4addr mode check (2021-10-25 15:23:20 +0200) ---------------------------------------------------------------- Two fixes: * bridge vs. 4-addr mode check was wrong * management frame registrations locking was wrong, causing list corruption/crashes ---------------------------------------------------------------- Janusz Dziedzic (1): cfg80211: correct bridge/4addr mode check Johannes Berg (1): cfg80211: fix management registrations locking include/net/cfg80211.h | 2 -- net/wireless/core.c | 2 +- net/wireless/core.h | 2 ++ net/wireless/mlme.c | 26 ++++++++++++++------------ net/wireless/util.c | 14 +++++++------- 5 files changed, 24 insertions(+), 22 deletions(-)