netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@codeaurora.org>
To: David Miller <davem@davemloft.net>
Cc: linux-wireless@vger.kernel.org, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: pull-request: wireless-drivers 2019-09-05
Date: Thu, 05 Sep 2019 16:58:01 +0300	[thread overview]
Message-ID: <87k1amluae.fsf@kamboji.qca.qualcomm.com> (raw)

Hi Dave,

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

Kalle

The following changes since commit 089cf7f6ecb266b6a4164919a2e69bd2f938374a:

  Linux 5.3-rc7 (2019-09-02 09:57:40 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git tags/wireless-drivers-for-davem-2019-09-05

for you to fetch changes up to 8b51dc7291473093c821195c4b6af85fadedbc2f:

  rsi: fix a double free bug in rsi_91x_deinit() (2019-09-03 16:54:48 +0300)

----------------------------------------------------------------
wireless-drivers fixes for 5.3

Fourth set of fixes for 5.3, and hopefully really the last one. Quite
a few CVE fixes this time but at least to my knowledge none of them
have a known exploit.

mt76

* workaround firmware hang by disabling hardware encryption on MT7630E

* disable 5GHz band for MT7630E as it's not working properly

mwifiex

* fix IE parsing to avoid a heap buffer overflow

iwlwifi

* fix for QuZ device initialisation

rt2x00

* another fix for rekeying

* revert a commit causing degradation in rx signal levels

rsi

* fix a double free

----------------------------------------------------------------
Hui Peng (1):
      rsi: fix a double free bug in rsi_91x_deinit()

Luca Coelho (1):
      iwlwifi: assign directly to iwl_trans->cfg in QuZ detection

Stanislaw Gruszka (4):
      mt76: mt76x0e: don't use hw encryption for MT7630E
      mt76: mt76x0e: disable 5GHz band for MT7630E
      rt2x00: clear up IV's on key removal
      Revert "rt2800: enable TX_PIN_CFG_LNA_PE_ bits per band"

Wen Huang (1):
      mwifiex: Fix three heap overflow at parsing element in cfg80211_ap_settings

 drivers/net/wireless/intel/iwlwifi/pcie/drv.c      | 24 +++++++-------
 drivers/net/wireless/marvell/mwifiex/ie.c          |  3 ++
 drivers/net/wireless/marvell/mwifiex/uap_cmd.c     |  9 +++++-
 drivers/net/wireless/mediatek/mt76/mt76x0/eeprom.c |  5 +++
 drivers/net/wireless/mediatek/mt76/mt76x0/pci.c    | 15 ++++++++-
 drivers/net/wireless/ralink/rt2x00/rt2800lib.c     | 37 +++++++++++-----------
 drivers/net/wireless/rsi/rsi_91x_usb.c             |  1 -
 7 files changed, 60 insertions(+), 34 deletions(-)

             reply	other threads:[~2019-09-05 13:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-05 13:58 Kalle Valo [this message]
2019-09-06 13:22 ` pull-request: wireless-drivers 2019-09-05 David Miller

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=87k1amluae.fsf@kamboji.qca.qualcomm.com \
    --to=kvalo@codeaurora.org \
    --cc=davem@davemloft.net \
    --cc=linux-kernel@vger.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).