linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH rtw-next 00/11] wifi: rtw89: handle changes of RFK pre-notify
@ 2025-12-31  9:06 Ping-Ke Shih
  2025-12-31  9:06 ` [PATCH rtw-next 01/11] wifi: rtw89: rfk: update RFK pre info V2 for RTL8922D Ping-Ke Shih
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Ping-Ke Shih @ 2025-12-31  9:06 UTC (permalink / raw)
  To: linux-wireless; +Cc: gary.chang, dian_syuan0116, damon.chen, kevin_yang

The RFK (RF calibration) pre-notify is a H2C command which carries channel,
chip information and etc to firmware, and then RFK in firmware can
configure proper registers for corresponding parameters. However, there
are many format versions, add to support these firmware.

Patch 10/11 is a potential issue found by Fuzz test.
Patch 11/11 is necessary for a RTL8852BE variant, which RFE type is 5.

Chih-Kang Chang (2):
  wifi: rtw89: rfk: add rtw89_fw_h2c_rf_pre_ntfy_mcc for new WiFi 7
    firmware
  wifi: rtw89: rfk: update rtw89_fw_h2c_rf_pre_ntfy_mcc format

Dian-Syuan Yang (1):
  wifi: rtw89: 8852b: refine hardware parameters for RFE type 5

Kuan-Chung Chen (1):
  wifi: rtw89: fix potential zero beacon interval in beacon tracking

Ping-Ke Shih (1):
  wifi: rtw89: rfk: update RFK pre info V2 for RTL8922D

Zong-Zhe Yang (6):
  wifi: rtw89: pre-handle RF calibration on link when needed
  wifi: rtw89: fw: change FW feature map to a BITMAP
  wifi: rtw89: fw: introduce helper for disabling FW feature
    configuration
  wifi: rtw89: 8922a: tweak RFK_PRE_NOTIFY FW feature configuration to
    align handling
  wifi: rtw89: refine mis-ordered entries in FW feature table
  wifi: rtw89: fw: change WITH_RFK_PRE_NOTIFY to be a FW feature group

 drivers/net/wireless/realtek/rtw89/chan.c     |  33 ++++
 drivers/net/wireless/realtek/rtw89/chan.h     |   2 +
 drivers/net/wireless/realtek/rtw89/core.c     |  43 ++++-
 drivers/net/wireless/realtek/rtw89/core.h     |  47 +++--
 drivers/net/wireless/realtek/rtw89/fw.c       | 174 +++++++++++++++++-
 drivers/net/wireless/realtek/rtw89/fw.h       |  31 +++-
 drivers/net/wireless/realtek/rtw89/mac80211.c |   3 +-
 drivers/net/wireless/realtek/rtw89/phy.c      |  19 +-
 drivers/net/wireless/realtek/rtw89/reg.h      |   2 +
 drivers/net/wireless/realtek/rtw89/rtw8852b.c |  24 ++-
 .../net/wireless/realtek/rtw89/rtw8922a_rfk.c |  48 ++++-
 11 files changed, 381 insertions(+), 45 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2025-12-31  9:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-31  9:06 [PATCH rtw-next 00/11] wifi: rtw89: handle changes of RFK pre-notify Ping-Ke Shih
2025-12-31  9:06 ` [PATCH rtw-next 01/11] wifi: rtw89: rfk: update RFK pre info V2 for RTL8922D Ping-Ke Shih
2025-12-31  9:06 ` [PATCH rtw-next 02/11] wifi: rtw89: rfk: add rtw89_fw_h2c_rf_pre_ntfy_mcc for new WiFi 7 firmware Ping-Ke Shih
2025-12-31  9:06 ` [PATCH rtw-next 03/11] wifi: rtw89: pre-handle RF calibration on link when needed Ping-Ke Shih
2025-12-31  9:06 ` [PATCH rtw-next 04/11] wifi: rtw89: fw: change FW feature map to a BITMAP Ping-Ke Shih
2025-12-31  9:06 ` [PATCH rtw-next 05/11] wifi: rtw89: fw: introduce helper for disabling FW feature configuration Ping-Ke Shih
2025-12-31  9:06 ` [PATCH rtw-next 06/11] wifi: rtw89: 8922a: tweak RFK_PRE_NOTIFY FW feature configuration to align handling Ping-Ke Shih
2025-12-31  9:06 ` [PATCH rtw-next 07/11] wifi: rtw89: refine mis-ordered entries in FW feature table Ping-Ke Shih
2025-12-31  9:06 ` [PATCH rtw-next 08/11] wifi: rtw89: fw: change WITH_RFK_PRE_NOTIFY to be a FW feature group Ping-Ke Shih
2025-12-31  9:06 ` [PATCH rtw-next 09/11] wifi: rtw89: rfk: update rtw89_fw_h2c_rf_pre_ntfy_mcc format Ping-Ke Shih
2025-12-31  9:06 ` [PATCH rtw-next 10/11] wifi: rtw89: fix potential zero beacon interval in beacon tracking Ping-Ke Shih
2025-12-31  9:06 ` [PATCH rtw-next 11/11] wifi: rtw89: 8852b: refine hardware parameters for RFE type 5 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).