linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH rtw-next 0/8] wifi: rtw89: update rate/bw/GI for injection, and add diagnosis to debugfs
@ 2025-11-04  9:14 pkshih
  2025-11-04  9:14 ` [PATCH rtw-next 1/8] wifi: rtw89: pci: add to read PCI configuration space from common code pkshih
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: pkshih @ 2025-11-04  9:14 UTC (permalink / raw)
  To: linux-wireless; +Cc: damon.chen

From: Ping-Ke Shih <pkshih@realtek.com>

First three patches are to add diagnosis to debugfs. This feature is to
provide hints to see if MAC hardware went wrong to assist debugging quickly.

Patches 6-8 are related to monitor mode. First is to support injection with
rate/bw/GI. Second is to do calibration on the channel running monitor mode
to have better receiving performance. Third is to configure RX antenna, so
we can test RX performance individually.

Others are patch 4 which implements extension of thermal value programmed
in efuse, and patch 5 fixes Coverity warnings.

Kuan-Chung Chen (1):
  wifi: rtw89: phy: fix out-of-bounds access in
    rtw89_phy_read_txpwr_limit()

Ping-Ke Shih (7):
  wifi: rtw89: pci: add to read PCI configuration space from common code
  wifi: rtw89: fw: parse firmware element of DIAG_MAC
  wifi: rtw89: debug: add parser to diagnose along DIAG_MAC fw element
  wifi: rtw89: 8852c: add compensation of thermal value from efuse
    calibration
  wifi: rtw89: consider data rate/bandwidth/GI for injected packets
  wifi: rtw89: do RF calibration once setting channel when running pure
    monitor mode
  wifi: rtw89: configure RX antenna if chips can support

 drivers/net/wireless/realtek/rtw89/core.c     |  85 +++++
 drivers/net/wireless/realtek/rtw89/core.h     |  17 +
 drivers/net/wireless/realtek/rtw89/debug.c    | 299 ++++++++++++++++++
 drivers/net/wireless/realtek/rtw89/fw.c       |  15 +
 drivers/net/wireless/realtek/rtw89/fw.h       |   6 +
 drivers/net/wireless/realtek/rtw89/mac.h      |   2 -
 drivers/net/wireless/realtek/rtw89/mac80211.c |   9 +
 drivers/net/wireless/realtek/rtw89/pci.c      |  16 +
 drivers/net/wireless/realtek/rtw89/phy.c      |  20 ++
 .../wireless/realtek/rtw89/rtw8852b_common.c  |   6 +-
 drivers/net/wireless/realtek/rtw89/rtw8852c.c |  41 ++-
 drivers/net/wireless/realtek/rtw89/rtw8922a.c |  12 +-
 12 files changed, 517 insertions(+), 11 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2025-11-04  9:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-04  9:14 [PATCH rtw-next 0/8] wifi: rtw89: update rate/bw/GI for injection, and add diagnosis to debugfs pkshih
2025-11-04  9:14 ` [PATCH rtw-next 1/8] wifi: rtw89: pci: add to read PCI configuration space from common code pkshih
2025-11-04  9:14 ` [PATCH rtw-next 2/8] wifi: rtw89: fw: parse firmware element of DIAG_MAC pkshih
2025-11-04  9:14 ` [PATCH rtw-next 3/8] wifi: rtw89: debug: add parser to diagnose along DIAG_MAC fw element pkshih
2025-11-04  9:14 ` [PATCH rtw-next 4/8] wifi: rtw89: 8852c: add compensation of thermal value from efuse calibration pkshih
2025-11-04  9:14 ` [PATCH rtw-next 5/8] wifi: rtw89: phy: fix out-of-bounds access in rtw89_phy_read_txpwr_limit() pkshih
2025-11-04  9:14 ` [PATCH rtw-next 6/8] wifi: rtw89: consider data rate/bandwidth/GI for injected packets pkshih
2025-11-04  9:14 ` [PATCH rtw-next 7/8] wifi: rtw89: do RF calibration once setting channel when running pure monitor mode pkshih
2025-11-04  9:14 ` [PATCH rtw-next 8/8] wifi: rtw89: configure RX antenna if chips can support pkshih

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).