From: Jeff Johnson <quic_jjohnson@quicinc.com>
To: linux-wireless <linux-wireless@vger.kernel.org>
Cc: <ath10k@lists.infradead.org>, <ath11k@lists.infradead.org>,
<ath12k@lists.infradead.org>, <quic_jjohnson@quicinc.com>,
<quic_kvalo@quicinc.com>
Subject: pull-request: ath-next-20240812
Date: Mon, 12 Aug 2024 10:59:02 -0700 [thread overview]
Message-ID: <9ee38166-782b-409d-a2df-e2cee6e2ae21@quicinc.com> (raw)
The following changes since commit c1cacb01f35589bd41360cdb7535afc792c08a7c:
Merge tag 'ath-next-20240702' of git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath (2024-07-03 16:57:16 +0300)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git tags/ath-next-20240812
for you to fetch changes up to 89fbe672bd0e5e5c39600fcc7a3bca0b8a212d23:
Revert "wifi: ath9k: use devm for request_irq()" (2024-08-10 10:21:58 +0300)
----------------------------------------------------------------
ath.git patches for v6.12
This is a fairly light pull request since ath12k is still working on
MLO-related changes, and the other drivers are mostly in maintenance
mode with a few cleanups and bug fixes.
Major changes:
ath12k
* DebugFS support for transmit DE stats
* Make ASPM support hardware-dependent
* Align BSS Channel information command and message with firmware
ath11k
* Use work queue for beacon tx events
ath9k
* Use devm for gpio_request_one
* Use unmanaged PCI functions in ath9k_pci_owl_loader()
----------------------------------------------------------------
Aditya Kumar Singh (1):
wifi: ath12k: restore ASPM for supported hardwares only
Baochen Qiang (1):
wifi: ath12k: fix invalid AMPDU factor calculation in ath12k_peer_assoc_h_he()
Dinesh Karthikeyan (1):
wifi: ath12k: Support Transmit DE stats
Dmitry Kandybka (1):
wifi: ath9k: fix possible integer overflow in ath9k_get_et_stats()
Heiner Kallweit (1):
wifi: ath9k: use unmanaged PCI functions in ath9k_pci_owl_loader
Kang Yang (1):
wifi: ath11k: use work queue to process beacon tx event
Karthikeyan Periyasamy (2):
wifi: ath12k: fix array out-of-bound access in SoC stats
wifi: ath11k: fix array out-of-bound access in SoC stats
P Praneesh (2):
wifi: ath12k: fix BSS chan info request WMI command
wifi: ath12k: match WMI BSS chan info structure with firmware definition
Rosen Penev (2):
wifi: ath9k: use devm for request_irq()
wifi: ath9k: use devm for gpio_request_one()
Thorsten Blum (1):
wifi: ath9k: Use swap() to improve ath9k_hw_get_nf_hist_mid()
Toke Høiland-Jørgensen (2):
wifi: ath9k: Remove error checks when creating debugfs entries
Revert "wifi: ath9k: use devm for request_irq()"
drivers/net/wireless/ath/ath11k/core.h | 1 +
drivers/net/wireless/ath/ath11k/dp_rx.c | 2 +-
drivers/net/wireless/ath/ath11k/mac.c | 12 +
drivers/net/wireless/ath/ath11k/wmi.c | 4 +-
.../net/wireless/ath/ath12k/debugfs_htt_stats.c | 354 +++++++++++++++++++++
.../net/wireless/ath/ath12k/debugfs_htt_stats.h | 126 ++++++++
drivers/net/wireless/ath/ath12k/dp_rx.c | 2 +-
drivers/net/wireless/ath/ath12k/hw.c | 6 +
drivers/net/wireless/ath/ath12k/hw.h | 1 +
drivers/net/wireless/ath/ath12k/mac.c | 5 +-
drivers/net/wireless/ath/ath12k/pci.c | 3 +-
drivers/net/wireless/ath/ath12k/wmi.c | 1 +
drivers/net/wireless/ath/ath12k/wmi.h | 3 +-
.../net/wireless/ath/ath9k/ath9k_pci_owl_loader.c | 8 +-
drivers/net/wireless/ath/ath9k/calib.c | 7 +-
drivers/net/wireless/ath/ath9k/debug.c | 6 +-
drivers/net/wireless/ath/ath9k/htc_drv_debug.c | 2 -
drivers/net/wireless/ath/ath9k/hw.c | 6 +-
18 files changed, 521 insertions(+), 28 deletions(-)
next reply other threads:[~2024-08-12 17:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-12 17:59 Jeff Johnson [this message]
2024-08-13 9:59 ` pull-request: ath-next-20240812 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=9ee38166-782b-409d-a2df-e2cee6e2ae21@quicinc.com \
--to=quic_jjohnson@quicinc.com \
--cc=ath10k@lists.infradead.org \
--cc=ath11k@lists.infradead.org \
--cc=ath12k@lists.infradead.org \
--cc=linux-wireless@vger.kernel.org \
--cc=quic_kvalo@quicinc.com \
/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