From: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
To: linux-wireless@vger.kernel.org,
Johannes Berg <johannes@sipsolutions.net>
Cc: ath10k@lists.infradead.org, ath11k@lists.infradead.org,
ath12k@lists.infradead.org, jjohnson@kernel.org
Subject: pull-request: ath-current-20260113
Date: Tue, 13 Jan 2026 09:33:54 -0800 [thread overview]
Message-ID: <98386125-c0bb-495e-b2ba-2765aaed19d8@oss.qualcomm.com> (raw)
The following changes since commit a203dbeeca15a9b924f0d51f510921f4bae96801:
wifi: mac80211: collect station statistics earlier when disconnect (2026-01-08 13:33:11 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git tags/ath-current-20260113
for you to fetch changes up to 31707572108da55a005e7fed32cc3869c16b7c16:
wifi: ath12k: Fix wrong P2P device link id issue (2026-01-13 07:25:02 -0800)
----------------------------------------------------------------
ath.git update for v6.19-rc6
A collection of small bug fixes in ath10k and ath12k.
Note to maintainers:
This tag includes:
31707572108d ("wifi: ath12k: Fix wrong P2P device link id issue")
That commit contains the following:
Note to linux-next and netdev maintainers:
This patch going through the "current" tree conflicts with
the following going through the "next" tree:
commit 631ee338f04d ("Merge branch 'ath12k-ng' into ath-next")
The conflict resolution is to leave the following file unmodified:
drivers/net/wireless/ath/ath12k/mac.
And to apply the following patch to ath12k_wifi7_mac_op_tx()
in the file drivers/net/wireless/ath/ath12k/wifi7/hw.c -705,7 +705,10
return;
}
} else {
- link_id = 0;
+ if (vif->type == NL80211_IFTYPE_P2P_DEVICE)
+ link_id = ATH12K_FIRST_SCAN_LINK;
+ else
+ link_id = 0;
}
arvif = rcu_dereference(ahvif->link[link_id]);
----------------------------------------------------------------
Baochen Qiang (2):
wifi: ath12k: don't force radio frequency check in freq_to_idx()
wifi: ath12k: fix dead lock while flushing management frames
Manish Dharanenthiran (1):
wifi: ath12k: cancel scan only on active scan vdev
Thomas Fourier (2):
wifi: ath10k: fix dma_free_coherent() pointer
wifi: ath12k: fix dma_free_coherent() pointer
Yingying Tang (2):
wifi: ath12k: Fix scan state stuck in ABORTING after cancel_remain_on_channel
wifi: ath12k: Fix wrong P2P device link id issue
drivers/net/wireless/ath/ath10k/ce.c | 16 ++++++++--------
drivers/net/wireless/ath/ath12k/ce.c | 12 ++++++------
drivers/net/wireless/ath/ath12k/mac.c | 16 ++++++++++------
drivers/net/wireless/ath/ath12k/wmi.c | 9 +--------
4 files changed, 25 insertions(+), 28 deletions(-)
next reply other threads:[~2026-01-13 17:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-13 17:33 Jeff Johnson [this message]
2026-01-14 9:47 ` pull-request: ath-current-20260113 Johannes Berg
2026-01-14 15:13 ` Jeff Johnson
2026-01-14 17:08 ` Johannes Berg
2026-01-14 17:51 ` Jeff Johnson
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=98386125-c0bb-495e-b2ba-2765aaed19d8@oss.qualcomm.com \
--to=jeff.johnson@oss.qualcomm.com \
--cc=ath10k@lists.infradead.org \
--cc=ath11k@lists.infradead.org \
--cc=ath12k@lists.infradead.org \
--cc=jjohnson@kernel.org \
--cc=johannes@sipsolutions.net \
--cc=linux-wireless@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