]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'mac80211-for-net-2021-01-26' of git://git.kernel.org/pub/scm/linux/kernel...
authorJakub Kicinski <kuba@kernel.org>
Tue, 26 Jan 2021 23:23:17 +0000 (15:23 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 26 Jan 2021 23:23:18 +0000 (15:23 -0800)
commiteb55e0ee6514f71214da478d82e0016759dd8070
tree7b5f33265b9a8eae3aaf2055beda9a1b2b379484
parent15e08a7f029a89807d5c57f084c7a466821120a0
parent73c6fe37ed094d4cbe2bf5e48f244b180202f1b0
Merge tag 'mac80211-for-net-2021-01-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211

Johannes Berg says:

====================
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)

* tag 'mac80211-for-net-2021-01-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211:
  staging: rtl8723bs: fix wireless regulatory API misuse
  mac80211: pause TX while changing interface type
  wext: fix NULL-ptr-dereference with cfg80211's lack of commit()
  mac80211: 160MHz with extended NSS BW in CSA
====================

Link: https://lore.kernel.org/r/20210126130529.75225-1-johannes@sipsolutions.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>