Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH rtw-next 0/7] wifi: rtw89: update firmware elements formats of power track, compensation and MRU
@ 2026-05-20 12:38 Ping-Ke Shih
  2026-05-20 12:38 ` [PATCH rtw-next 1/7] wifi: rtw89: fw: load TX power track element according to AID Ping-Ke Shih
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Ping-Ke Shih @ 2026-05-20 12:38 UTC (permalink / raw)
  To: linux-wireless; +Cc: kevin_yang

First patch is to load power track table according to chip AID.

Patches 2-4 are related to power compensation, which format is changed to
share common part for sub-tables corresponding to operating bands. And
change to load table by RFE type instead of AID.

Patches 5-7 are power table of MRU, which driver load it from file and
write to registers accordingly.

Ping-Ke Shih (3):
  wifi: rtw89: 8922d: refactor digital power compensation to support new
    format
  wifi: rtw89: 8922d: support new digital power compensation format
  wifi: rtw89: fw: load TX compensation element by RFE type

Zong-Zhe Yang (4):
  wifi: rtw89: fw: load TX power track element according to AID
  wifi: rtw89: Wi-Fi 7 configure TX power limit for large MRU
  wifi: rtw89: debug: show large MRU in txpwr_table dbgfs
  wifi: rtw89: 8922d: configure TX shape settings

 drivers/net/wireless/realtek/rtw89/core.h     |   3 +
 drivers/net/wireless/realtek/rtw89/debug.c    |  76 ++++++++
 drivers/net/wireless/realtek/rtw89/fw.c       |  11 ++
 drivers/net/wireless/realtek/rtw89/fw.h       |   5 +
 drivers/net/wireless/realtek/rtw89/phy.h      |  10 ++
 drivers/net/wireless/realtek/rtw89/phy_be.c   | 163 ++++++++++++++++++
 drivers/net/wireless/realtek/rtw89/reg.h      |  13 ++
 drivers/net/wireless/realtek/rtw89/rtw8922d.c | 102 ++++++++++-
 8 files changed, 374 insertions(+), 9 deletions(-)


base-commit: 7076af642955693935e60bc94546d105fb0395ca
-- 
2.25.1


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

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-20 12:38 [PATCH rtw-next 0/7] wifi: rtw89: update firmware elements formats of power track, compensation and MRU Ping-Ke Shih
2026-05-20 12:38 ` [PATCH rtw-next 1/7] wifi: rtw89: fw: load TX power track element according to AID Ping-Ke Shih
2026-05-27  8:42   ` Ping-Ke Shih
2026-05-20 12:38 ` [PATCH rtw-next 2/7] wifi: rtw89: 8922d: refactor digital power compensation to support new format Ping-Ke Shih
2026-05-20 12:38 ` [PATCH rtw-next 3/7] wifi: rtw89: 8922d: support new digital power compensation format Ping-Ke Shih
2026-05-20 12:38 ` [PATCH rtw-next 4/7] wifi: rtw89: fw: load TX compensation element by RFE type Ping-Ke Shih
2026-05-20 12:38 ` [PATCH rtw-next 5/7] wifi: rtw89: Wi-Fi 7 configure TX power limit for large MRU Ping-Ke Shih
2026-05-20 12:38 ` [PATCH rtw-next 6/7] wifi: rtw89: debug: show large MRU in txpwr_table dbgfs Ping-Ke Shih
2026-05-20 12:38 ` [PATCH rtw-next 7/7] wifi: rtw89: 8922d: configure TX shape settings 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