All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@kernel.org>
To: netdev@vger.kernel.org
Cc: linux-wireless@vger.kernel.org
Subject: pull-request: wireless-drivers-2021-12-01
Date: Wed,  1 Dec 2021 08:42:29 +0000 (UTC)	[thread overview]
Message-ID: <20211201084229.4053DC53FAD@smtp.kernel.org> (raw)

Hi,

here's a pull request to net tree, more info below. Please let me know if there
are any problems.

Kalle

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git tags/wireless-drivers-2021-12-01

for you to fetch changes up to 191587cd1a5f36852a0fc32cff2d5bc7680551db:

  mt76: fix key pointer overwrite in mt7921s_write_txwi/mt7663_usb_sdio_write_txwi (2021-11-29 19:33:33 +0200)

----------------------------------------------------------------
wireless-drivers fixes for v5.16

First set of fixes for v5.16. Mostly crash and driver initialisation
fixes, the fix for rtw89 being most important.

iwlwifi

* compiler, lockdep and smatch warning fixes

* fix for a rare driver initialisation failure

* fix a memory leak

rtw89

* fix const buffer modification causing a kernel crash

mt76

* fix null pointer access

* fix idr leak

rt2x00

* fix driver initialisation errors, a regression since v5.2-rc1

----------------------------------------------------------------
Arnd Bergmann (1):
      iwlwifi: pcie: fix constant-conversion warning

Christophe JAILLET (1):
      iwlwifi: Fix memory leaks in error handling path

Deren Wu (1):
      mt76: fix timestamp check in tx_status

Lorenzo Bianconi (3):
      mt76: mt7915: fix NULL pointer dereference in mt7915_get_phy_mode
      mt76: fix possible pktid leak
      mt76: fix key pointer overwrite in mt7921s_write_txwi/mt7663_usb_sdio_write_txwi

Mordechay Goodstein (1):
      iwlwifi: mvm: retry init flow if failed

Ping-Ke Shih (1):
      rtw89: update partition size of firmware header on skb->data

Stanislaw Gruszka (1):
      rt2x00: do not mark device gone on EPROTO errors during start

chongjiapeng (1):
      iwlwifi: Fix missing error code in iwl_pci_probe()

Łukasz Bartosik (1):
      iwlwifi: fix warnings produced by kernel debug options

 drivers/net/wireless/intel/iwlwifi/fw/uefi.c       |  6 +++++
 drivers/net/wireless/intel/iwlwifi/iwl-drv.c       | 22 +++++++++++------
 drivers/net/wireless/intel/iwlwifi/iwl-drv.h       |  3 +++
 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c  | 24 ++++++++++++++++++-
 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h       |  3 +++
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c       |  5 ++++
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c      | 10 ++++++--
 .../net/wireless/mediatek/mt76/mt7615/pci_mac.c    |  3 +--
 .../net/wireless/mediatek/mt76/mt7615/usb_sdio.c   | 28 ++++++++++++----------
 .../net/wireless/mediatek/mt76/mt76x02_usb_core.c  |  8 ++++++-
 drivers/net/wireless/mediatek/mt76/mt7915/mac.c    | 15 ++++++------
 drivers/net/wireless/mediatek/mt76/mt7915/mcu.c    |  4 ++--
 .../net/wireless/mediatek/mt76/mt7921/sdio_mac.c   | 21 +++++++++-------
 drivers/net/wireless/mediatek/mt76/tx.c            |  2 +-
 drivers/net/wireless/ralink/rt2x00/rt2x00usb.c     |  3 +++
 drivers/net/wireless/realtek/rtw89/fw.c            |  2 +-
 drivers/net/wireless/realtek/rtw89/fw.h            |  6 +++--
 17 files changed, 116 insertions(+), 49 deletions(-)

             reply	other threads:[~2021-12-01  8:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-01  8:42 Kalle Valo [this message]
2021-12-01  8:58 ` pull-request: wireless-drivers-2021-12-01 Kalle Valo

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=20211201084229.4053DC53FAD@smtp.kernel.org \
    --to=kvalo@kernel.org \
    --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.