Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH rtw-next 0/7] wifi: rtw89: debug: introduce BB diagnosis
@ 2026-04-29 13:26 Ping-Ke Shih
  2026-04-29 13:26 ` [PATCH rtw-next 1/7] wifi: rtw89: mlo: rearrange MLSR link decision flow Ping-Ke Shih
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Ping-Ke Shih @ 2026-04-29 13:26 UTC (permalink / raw)
  To: linux-wireless; +Cc: damon.chen

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2026-05-06  8:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-29 13:26 [PATCH rtw-next 0/7] wifi: rtw89: debug: introduce BB diagnosis Ping-Ke Shih
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox