From: Ping-Ke Shih <pkshih@realtek.com>
To: <linux-wireless@vger.kernel.org>
Cc: <damon.chen@realtek.com>
Subject: [PATCH rtw-next 0/7] wifi: rtw89: debug: introduce BB diagnosis
Date: Wed, 29 Apr 2026 21:26:18 +0800 [thread overview]
Message-ID: <20260429132625.1659182-1-pkshih@realtek.com> (raw)
In order to debug in field, introduce a BB diagnosis to assist in debugging
in remote environment. Add many counters to monitor the environment states,
and end user can report the counters via debugfs if connection isn't good
or disconnection.
This function is in initial stage, so detection and precision are still
continue to improve.
Kuan-Chung Chen (7):
wifi: rtw89: mlo: rearrange MLSR link decision flow
wifi: rtw89: phy: support per PHY RX statistics
wifi: rtw89: debug: bb_info entry including TX rate count for WiFi 7
chips
wifi: rtw89: debug: add PMAC counter in bb_info
wifi: rtw89: debug: extend bb_info with TX status and PER
wifi: rtw89: debug: add RX statistics in bb_info
wifi: rtw89: debug: add BB diagnose
drivers/net/wireless/realtek/rtw89/core.c | 68 ++-
drivers/net/wireless/realtek/rtw89/core.h | 163 +++++-
drivers/net/wireless/realtek/rtw89/debug.c | 482 ++++++++++++++++--
drivers/net/wireless/realtek/rtw89/fw.c | 128 ++++-
drivers/net/wireless/realtek/rtw89/fw.h | 35 ++
drivers/net/wireless/realtek/rtw89/mac80211.c | 11 +-
drivers/net/wireless/realtek/rtw89/phy.c | 476 ++++++++++++++++-
drivers/net/wireless/realtek/rtw89/phy.h | 28 +
drivers/net/wireless/realtek/rtw89/phy_be.c | 54 ++
drivers/net/wireless/realtek/rtw89/reg.h | 164 ++++++
drivers/net/wireless/realtek/rtw89/rtw8851b.c | 49 ++
drivers/net/wireless/realtek/rtw89/rtw8852a.c | 54 +-
drivers/net/wireless/realtek/rtw89/rtw8852b.c | 49 ++
.../net/wireless/realtek/rtw89/rtw8852bt.c | 49 ++
drivers/net/wireless/realtek/rtw89/rtw8852c.c | 49 ++
drivers/net/wireless/realtek/rtw89/rtw8922a.c | 49 ++
drivers/net/wireless/realtek/rtw89/rtw8922d.c | 49 ++
drivers/net/wireless/realtek/rtw89/txrx.h | 2 +
18 files changed, 1887 insertions(+), 72 deletions(-)
base-commit: 83d38df6929118c3f996b9e3351c2d5014073d87
--
2.25.1
next reply other threads:[~2026-04-29 13:26 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-29 13:26 Ping-Ke Shih [this message]
2026-04-29 13:26 ` [PATCH rtw-next 1/7] wifi: rtw89: mlo: rearrange MLSR link decision flow Ping-Ke Shih
2026-05-06 8:23 ` Ping-Ke Shih
2026-04-29 13:26 ` [PATCH rtw-next 2/7] wifi: rtw89: phy: support per PHY RX statistics Ping-Ke Shih
2026-04-29 13:26 ` [PATCH rtw-next 3/7] wifi: rtw89: debug: bb_info entry including TX rate count for WiFi 7 chips Ping-Ke Shih
2026-04-29 13:26 ` [PATCH rtw-next 4/7] wifi: rtw89: debug: add PMAC counter in bb_info Ping-Ke Shih
2026-04-29 13:26 ` [PATCH rtw-next 5/7] wifi: rtw89: debug: extend bb_info with TX status and PER Ping-Ke Shih
2026-04-29 13:26 ` [PATCH rtw-next 6/7] wifi: rtw89: debug: add RX statistics in bb_info Ping-Ke Shih
2026-04-29 13:26 ` [PATCH rtw-next 7/7] wifi: rtw89: debug: add BB diagnose 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=20260429132625.1659182-1-pkshih@realtek.com \
--to=pkshih@realtek.com \
--cc=damon.chen@realtek.com \
--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