Hi Jakub, We have a few fixes - note one is for a staging driver, but acked by Greg and fixing the driver for a change that came through my tree. Please pull and let me know if there's any problem. Thanks, johannes The following changes since commit 1c45ba93d34cd6af75228f34d0675200c81738b5: net: dsa: microchip: Adjust reset release timing to match reference reset circuit (2021-01-20 20:52:28 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-net-2021-01-26 for you to fetch changes up to 81f153faacd04c049e5482d6ff33daddc30ed44e: staging: rtl8723bs: fix wireless regulatory API misuse (2021-01-26 12:21:42 +0100) ---------------------------------------------------------------- A couple of fixes: * fix 160 MHz channel switch in mac80211 * fix a staging driver to not deadlock due to some recent cfg80211 changes * fix NULL-ptr deref if cfg80211 returns -EINPROGRESS to wext (syzbot) * pause TX in mac80211 in type change to prevent crashes (syzbot) ---------------------------------------------------------------- Johannes Berg (3): wext: fix NULL-ptr-dereference with cfg80211's lack of commit() mac80211: pause TX while changing interface type staging: rtl8723bs: fix wireless regulatory API misuse Shay Bar (1): mac80211: 160MHz with extended NSS BW in CSA drivers/staging/rtl8723bs/include/rtw_wifi_regd.h | 6 +++--- drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c | 6 +++--- drivers/staging/rtl8723bs/os_dep/wifi_regd.c | 10 +++------- net/mac80211/ieee80211_i.h | 1 + net/mac80211/iface.c | 6 ++++++ net/mac80211/spectmgmt.c | 10 +++++++--- net/wireless/wext-core.c | 5 +++-- 7 files changed, 26 insertions(+), 18 deletions(-)