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: wireless-2022-09-27
Date: Tue, 27 Sep 2022 15:59:22 +0200	[thread overview]
Message-ID: <20220927135923.45312-1-johannes@sipsolutions.net> (raw)

Hi,

So I was out for plugfest, and a couple of things accumulated.
I know it's getting late, but these seem important, some are
fixes for reported regressions, some are locking bugs, and a
memory corruption with some drivers is also there ...

Please pull and let me know if there's any problem.

Thanks,
johannes



The following changes since commit 781b80f452fcc1cfc16ee41f12556626a9ced049:

  wifi: mt76: fix 5 GHz connection regression on mt76x0/mt76x2 (2022-09-12 14:26:02 +0300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2022-09-27

for you to fetch changes up to 6546646a7fb0d7fe1caef947889497c16aaecc8c:

  wifi: mac80211: mlme: Fix double unlock on assoc success handling (2022-09-27 10:34:45 +0200)

----------------------------------------------------------------
A few late-comer fixes:
 * locking in mac80211 MLME
 * non-QoS driver crash/regression
 * minstrel memory corruption
 * TX deadlock
 * TX queues not always enabled
 * HE/EHT bitrate calculation

----------------------------------------------------------------
Alexander Wetzel (2):
      wifi: mac80211: don't start TX with fq->lock to fix deadlock
      wifi: mac80211: ensure vif queues are operational after start

Hans de Goede (1):
      wifi: mac80211: fix regression with non-QoS drivers

Paweł Lenkow (1):
      wifi: mac80211: fix memory corruption in minstrel_ht_update_rates()

Rafael Mendonca (2):
      wifi: mac80211: mlme: Fix missing unlock on beacon RX
      wifi: mac80211: mlme: Fix double unlock on assoc success handling

Tamizh Chelvam Raja (1):
      wifi: cfg80211: fix MCS divisor value

 net/mac80211/mlme.c                |  9 ++++++---
 net/mac80211/rc80211_minstrel_ht.c |  6 ++++--
 net/mac80211/status.c              |  2 +-
 net/mac80211/tx.c                  |  4 ++++
 net/mac80211/util.c                | 12 ++++++------
 net/wireless/util.c                |  4 ++--
 6 files changed, 23 insertions(+), 14 deletions(-)


             reply	other threads:[~2022-09-27 14:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-27 13:59 Johannes Berg [this message]
2022-09-28  0:00 ` pull-request: wireless-2022-09-27 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=20220927135923.45312-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.