From: Ping-Ke Shih <pkshih@realtek.com>
To: <linux-wireless@vger.kernel.org>
Cc: <owen.hsiao@realtek.com>, <echuang@realtek.com>,
<henchy.chen@realtek.com>, <phhuang@realtek.com>,
<kevin_yang@realtek.com>
Subject: [PATCH rtw-next 00/14] wifi: rtw89: update RTL8922D capabilities and settings, and enable P2P device
Date: Wed, 26 Aug 2026 14:40:47 +0800 [thread overview]
Message-ID: <20260826064101.58892-1-pkshih@realtek.com> (raw)
Patches 1-3 are to enable/disable certain capabilities by specific
application.
Patches 4-10 are to update hardware settings according to internal
development.
Patches 11-14 are to support interface type P2P device, which is necessary
for MLO concurrency.
Chih-Wen Hsiao (1):
wifi: rtw89: 8922d: disable VCORE for thermal protection by default
Eric Huang (1):
wifi: rtw89: 8922d: update BB wrapper RFSI ctrl to v4
Hsiao-Yung Chen (2):
wifi: rtw89: 8922de: add low latency quirk for Valve device
wifi: rtw89: allow two station interfaces in SCC
Ping-Ke Shih (6):
wifi: rtw89: 8922d: set BB wrapper settings according to operating
channel
wifi: rtw89: 8922d: move conditionally disabled TX shape to common
flow
wifi: rtw89: 8922d: update BB wrapper RFSI ctrl to v5
wifi: rtw89: 8922d: send RFE type to firmware
wifi: rtw89: 8922d: bypass RX IQK when scan
wifi: rtw89: 8922d: correct selection of CCK rate circuit
Po-Hao Huang (1):
wifi: rtw89: add p2p device declaration
Zong-Zhe Yang (3):
wifi: rtw89: chan: introduce helper and refine active list iteration
wifi: rtw89: regd: check only active vifs when recalculating 6 GHz
power type
wifi: rtw89: skip tracking things when entity is paused
drivers/net/wireless/realtek/rtw89/chan.c | 28 ++-
drivers/net/wireless/realtek/rtw89/chan.h | 1 +
drivers/net/wireless/realtek/rtw89/core.c | 24 +-
drivers/net/wireless/realtek/rtw89/core.h | 5 +-
drivers/net/wireless/realtek/rtw89/debug.c | 3 +-
drivers/net/wireless/realtek/rtw89/fw.c | 46 +++-
drivers/net/wireless/realtek/rtw89/fw.h | 7 +
drivers/net/wireless/realtek/rtw89/phy.c | 8 +-
drivers/net/wireless/realtek/rtw89/phy.h | 20 +-
drivers/net/wireless/realtek/rtw89/phy_be.c | 193 +++++++++-----
drivers/net/wireless/realtek/rtw89/ps.c | 8 +-
drivers/net/wireless/realtek/rtw89/reg.h | 8 +
drivers/net/wireless/realtek/rtw89/regd.c | 2 +-
drivers/net/wireless/realtek/rtw89/rtw8922d.c | 237 +++++++++++-------
.../net/wireless/realtek/rtw89/rtw8922de.c | 8 +-
drivers/net/wireless/realtek/rtw89/util.h | 4 +
16 files changed, 419 insertions(+), 183 deletions(-)
base-commit: ca800a9302764c445de0da0e84d2252400a770ee
--
2.25.1
next reply other threads:[~2026-08-26 6:41 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-26 6:40 Ping-Ke Shih [this message]
2026-08-26 6:40 ` [PATCH rtw-next 01/14] wifi: rtw89: 8922de: add low latency quirk for Valve device Ping-Ke Shih
2026-08-26 6:40 ` [PATCH rtw-next 02/14] wifi: rtw89: 8922d: disable VCORE for thermal protection by default Ping-Ke Shih
2026-08-26 6:40 ` [PATCH rtw-next 03/14] wifi: rtw89: allow two station interfaces in SCC Ping-Ke Shih
2026-08-26 6:40 ` [PATCH rtw-next 04/14] wifi: rtw89: 8922d: update BB wrapper RFSI ctrl to v4 Ping-Ke Shih
2026-08-26 6:40 ` [PATCH rtw-next 05/14] wifi: rtw89: 8922d: set BB wrapper settings according to operating channel Ping-Ke Shih
2026-08-26 6:40 ` [PATCH rtw-next 06/14] wifi: rtw89: 8922d: move conditionally disabled TX shape to common flow Ping-Ke Shih
2026-08-26 6:40 ` [PATCH rtw-next 07/14] wifi: rtw89: 8922d: update BB wrapper RFSI ctrl to v5 Ping-Ke Shih
2026-08-26 6:40 ` [PATCH rtw-next 08/14] wifi: rtw89: 8922d: send RFE type to firmware Ping-Ke Shih
2026-08-26 6:40 ` [PATCH rtw-next 09/14] wifi: rtw89: 8922d: bypass RX IQK when scan Ping-Ke Shih
2026-08-26 6:40 ` [PATCH rtw-next 10/14] wifi: rtw89: 8922d: correct selection of CCK rate circuit Ping-Ke Shih
2026-08-26 6:40 ` [PATCH rtw-next 11/14] wifi: rtw89: chan: introduce helper and refine active list iteration Ping-Ke Shih
2026-08-26 6:40 ` [PATCH rtw-next 12/14] wifi: rtw89: regd: check only active vifs when recalculating 6 GHz power type Ping-Ke Shih
2026-08-26 6:41 ` [PATCH rtw-next 13/14] wifi: rtw89: skip tracking things when entity is paused Ping-Ke Shih
2026-08-26 6:41 ` [PATCH rtw-next 14/14] wifi: rtw89: add p2p device declaration Ping-Ke Shih
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=20260826064101.58892-1-pkshih@realtek.com \
--to=pkshih@realtek.com \
--cc=echuang@realtek.com \
--cc=henchy.chen@realtek.com \
--cc=kevin_yang@realtek.com \
--cc=linux-wireless@vger.kernel.org \
--cc=owen.hsiao@realtek.com \
--cc=phhuang@realtek.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