From: Kalle Valo <kvalo@codeaurora.org>
To: netdev@vger.kernel.org
Cc: linux-wireless@vger.kernel.org
Subject: pull-request: wireless-drivers-2020-12-22
Date: Tue, 22 Dec 2020 16:37:27 +0000 (UTC) [thread overview]
Message-ID: <20201222163727.D4336C433C6@smtp.codeaurora.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 13458ffe0a953e17587f172a8e5059c243e6850a:
net: x25: Remove unimplemented X.25-over-LLC code stubs (2020-12-12 17:15:33 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git tags/wireless-drivers-2020-12-22
for you to fetch changes up to bfe55584713b4d4d518ffe9cf2dab1129eba6321:
MAINTAINERS: switch to different email address (2020-12-21 19:07:39 +0200)
----------------------------------------------------------------
wireless-drivers fixes for v5.11
First set of fixes for v5.11, more fixes than usual this time. For
ath11k we have several fixes for QCA6390 PCI support and mt76 has
several. Also one build fix for mt76.
mt76
* fix two NULL pointer dereference
* fix build error when CONFIG_MAC80211_MESH is disabled
rtlwifi
* fix use-after-free in firmware handling code
ath11k
* error handling fixes
* fix crash found during connect and disconnect test
* handle HT disable better
* avoid printing qmi memory failure during firmware bootup
* disable ASPM during firmware bootup
----------------------------------------------------------------
Arend van Spriel (1):
MAINTAINERS: switch to different email address
Carl Huang (4):
ath11k: fix crash caused by NULL rx_channel
ath11k: start vdev if a bss peer is already created
ath11k: qmi: try to allocate a big block of DMA memory first
ath11k: pci: disable ASPM L0sLs before downloading firmware
Colin Ian King (1):
ath11k: add missing null check on allocated skb
Dan Carpenter (2):
ath11k: Fix error code in ath11k_core_suspend()
ath11k: Fix ath11k_pci_fix_l1ss()
Kalle Valo (1):
Merge ath-current from git://git.kernel.org/.../kvalo/ath.git
Lorenzo Bianconi (4):
mt76: mt76u: fix NULL pointer dereference in mt76u_status_worker
mt76: usb: remove wake logic in mt76u_status_worker
mt76: sdio: remove wake logic in mt76s_process_tx_queue
mt76: mt76s: fix NULL pointer dereference in mt76s_process_tx_queue
Ping-Ke Shih (1):
rtlwifi: rise completion at the last step of firmware callback
Randy Dunlap (1):
mt76: mt7915: fix MESH ifdef block
MAINTAINERS | 2 +-
drivers/net/wireless/ath/ath11k/core.c | 2 +-
drivers/net/wireless/ath/ath11k/dp_rx.c | 10 ++++--
drivers/net/wireless/ath/ath11k/mac.c | 8 +++--
drivers/net/wireless/ath/ath11k/pci.c | 44 +++++++++++++++++++++---
drivers/net/wireless/ath/ath11k/pci.h | 2 ++
drivers/net/wireless/ath/ath11k/peer.c | 17 +++++++++
drivers/net/wireless/ath/ath11k/peer.h | 2 ++
drivers/net/wireless/ath/ath11k/qmi.c | 24 +++++++++++--
drivers/net/wireless/ath/ath11k/qmi.h | 1 +
drivers/net/wireless/ath/ath11k/wmi.c | 3 ++
drivers/net/wireless/mediatek/mt76/mt7915/init.c | 4 +--
drivers/net/wireless/mediatek/mt76/sdio.c | 19 ++++------
drivers/net/wireless/mediatek/mt76/usb.c | 9 ++---
drivers/net/wireless/realtek/rtlwifi/core.c | 8 +++--
15 files changed, 118 insertions(+), 37 deletions(-)
next reply other threads:[~2020-12-22 16:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-22 16:37 Kalle Valo [this message]
2020-12-23 3:50 ` pull-request: wireless-drivers-2020-12-22 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=20201222163727.D4336C433C6@smtp.codeaurora.org \
--to=kvalo@codeaurora.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).