linux-kernel.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-26
Date: Thu, 26 Sep 2019 15:57:33 +0300	[thread overview]
Message-ID: <8736gj5i6a.fsf@kamboji.qca.qualcomm.com> (raw)

Hi Dave,

here's a pull request to net tree for v5.4. Please let me know if there
are any problems.

Kalle


The following changes since commit 280ceaed79f18db930c0cc8bb21f6493490bf29c:

  usbnet: sanity checking of packet sizes and device mtu (2019-09-19 13:27:11 +0200)

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-26

for you to fetch changes up to 2b481835cf4e7384b80d7762074b32a45b792d99:

  wil6210: use after free in wil_netif_rx_any() (2019-09-25 09:12:20 +0300)

----------------------------------------------------------------
wireless-drivers fixes for 5.4

First set of fixes for 5.4 sent during the merge window. Most are
regressions fixes but the mt7615 problem has been since it was merged.

iwlwifi

* fix a build regression related CONFIG_THERMAL

* avoid using GEO_TX_POWER_LIMIT command on certain firmware versions

rtw88

* fixes for skb leaks

zd1211rw

* fix a compiler warning on 32 bit

mt76

* fix the firmware paths for mt7615 to match with linux-firmware

wil6210

* fix use of skb after free

----------------------------------------------------------------
Dan Carpenter (1):
      wil6210: use after free in wil_netif_rx_any()

Geert Uytterhoeven (1):
      zd1211rw: zd_usb: Use "%zu" to format size_t

Johannes Berg (1):
      iwlwifi: mvm: fix build w/o CONFIG_THERMAL

Lorenzo Bianconi (1):
      mt76: mt7615: fix mt7615 firmware path definitions

Luca Coelho (1):
      iwlwifi: fw: don't send GEO_TX_POWER_LIMIT command to FW version 36

Yan-Hsuan Chuang (3):
      rtw88: pci: extract skbs free routine for trx rings
      rtw88: pci: release tx skbs DMAed when stop
      rtw88: configure firmware after HCI started

 drivers/net/wireless/ath/wil6210/txrx.c            |  2 +-
 drivers/net/wireless/intel/iwlwifi/mvm/fw.c        |  8 ++--
 drivers/net/wireless/intel/iwlwifi/mvm/tt.c        |  9 +++-
 drivers/net/wireless/mediatek/mt76/mt7615/mcu.c    | 11 ++---
 drivers/net/wireless/mediatek/mt76/mt7615/mt7615.h |  6 +--
 drivers/net/wireless/realtek/rtw88/mac.c           |  3 --
 drivers/net/wireless/realtek/rtw88/main.c          |  4 ++
 drivers/net/wireless/realtek/rtw88/pci.c           | 48 +++++++++++++++++-----
 drivers/net/wireless/zydas/zd1211rw/zd_usb.c       |  2 +-
 9 files changed, 63 insertions(+), 30 deletions(-)

             reply	other threads:[~2019-09-26 12:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-26 12:57 Kalle Valo [this message]
2019-09-27  7:08 ` pull-request: wireless-drivers 2019-09-26 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=8736gj5i6a.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).