linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] wifi: rtw89: add/modify three fw elements and related RFK log
@ 2023-12-06 12:44 Ping-Ke Shih
  2023-12-06 12:44 ` [PATCH 1/6] wifi: rtw89: fw: load TX power track tables from fw_element Ping-Ke Shih
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Ping-Ke Shih @ 2023-12-06 12:44 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless

Patches 1/6 to 3/6 are to add/modify three firmware elements. First is to
add an new element to add TX power track tables that helps to adjust TX
power according to increasing/decreasing thermal value. Second is to modify
existing element of BB MCU firmware, because we need to add a field to
point out hardware version. Since we have not released firmware yet,
no need to process backward compatible thing.

The third patch is to add formatted string of firmware C2H events triggered
by firmware RFK (RF calibration) to help debugging. When RFK is running in
firmware, it sends logs with formatted string ID via C2H events, and then
patch 6/6 uses the ID to find corresponding formatted string as first
argument of printf() with fixed four arguments.

The remaining patches are to handle the C2H events and print out RFK status
or log in plain text. 

Ping-Ke Shih (6):
  wifi: rtw89: fw: load TX power track tables from fw_element
  wifi: rtw89: fw: add version field to BB MCU firmware element
  wifi: rtw89: load RFK log format string from firmware file
  wifi: rtw89: add C2H event handlers of RFK log and report
  wifi: rtw89: parse and print out RFK log from C2H events
  wifi: rtw89: phy: print out RFK log with formatted string

 drivers/net/wireless/realtek/rtw89/core.h |   6 +
 drivers/net/wireless/realtek/rtw89/fw.c   | 110 +++++++-
 drivers/net/wireless/realtek/rtw89/fw.h   | 144 +++++++++++
 drivers/net/wireless/realtek/rtw89/phy.c  | 300 ++++++++++++++++++++++
 drivers/net/wireless/realtek/rtw89/phy.h  |  24 +-
 5 files changed, 581 insertions(+), 3 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-12-13  5:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-06 12:44 [PATCH 0/6] wifi: rtw89: add/modify three fw elements and related RFK log Ping-Ke Shih
2023-12-06 12:44 ` [PATCH 1/6] wifi: rtw89: fw: load TX power track tables from fw_element Ping-Ke Shih
2023-12-12 15:19   ` Kalle Valo
2023-12-13  1:00     ` Ping-Ke Shih
2023-12-13  5:14       ` Kalle Valo
2023-12-06 12:44 ` [PATCH 2/6] wifi: rtw89: fw: add version field to BB MCU firmware element Ping-Ke Shih
2023-12-06 12:44 ` [PATCH 3/6] wifi: rtw89: load RFK log format string from firmware file Ping-Ke Shih
2023-12-06 12:44 ` [PATCH 4/6] wifi: rtw89: add C2H event handlers of RFK log and report Ping-Ke Shih
2023-12-06 12:44 ` [PATCH 5/6] wifi: rtw89: parse and print out RFK log from C2H events Ping-Ke Shih
2023-12-06 12:44 ` [PATCH 6/6] wifi: rtw89: phy: print out RFK log with formatted string 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;
as well as URLs for NNTP newsgroup(s).