Hi Dave, Not sure you'll still take a few stragglers, but if you're going to make a last pass then having a few more things in would be nice. One (the while -> if) is something I'd even send as a bugfix later, the rest are just nice to have. :) Please pull (if you still want) and let me know if there's any problem. Thanks, johannes The following changes since commit bd0b33b24897ba9ddad221e8ac5b6f0e38a2e004: Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2020-08-02 01:02:12 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git tags/mac80211-next-for-davem-2020-08-03 for you to fetch changes up to 0b91111fb1a164fedbb68a9263afafd10ffa6ec3: mac80211: Do not report beacon loss if beacon filtering enabled (2020-08-03 13:02:06 +0200) ---------------------------------------------------------------- A few more changes, notably: * handle new SAE (WPA3 authentication) status codes in the correct way * fix a while that should be an if instead, avoiding infinite loops * handle beacon filtering changing better ---------------------------------------------------------------- Johannes Berg (1): mac80211: fix misplaced while instead of if John Crispin (1): mac8211: fix struct initialisation Jouni Malinen (1): mac80211: Handle special status codes in SAE commit Loic Poulain (1): mac80211: Do not report beacon loss if beacon filtering enabled Miaohe Lin (2): mac80211: use eth_zero_addr() to clear mac address nl80211: use eth_zero_addr() to clear mac address include/linux/ieee80211.h | 2 ++ net/mac80211/agg-rx.c | 2 +- net/mac80211/mlme.c | 8 +++++++- net/mac80211/sta_info.c | 2 +- net/mac80211/trace.h | 3 ++- net/wireless/nl80211.c | 3 +-- 6 files changed, 14 insertions(+), 6 deletions(-)