All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: netdev@vger.kernel.org
Cc: linux-wireless@vger.kernel.org
Subject: pull-request: mac80211 2021-01-26
Date: Tue, 26 Jan 2021 14:05:28 +0100	[thread overview]
Message-ID: <20210126130529.75225-1-johannes@sipsolutions.net> (raw)

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


             reply	other threads:[~2021-01-26 13:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-26 13:05 Johannes Berg [this message]
2021-01-26 23:30 ` pull-request: mac80211 2021-01-26 patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210126130529.75225-1-johannes@sipsolutions.net \
    --to=johannes@sipsolutions.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.