wifi: rtw89: fw: add RFE type to RF TSSI H2C command
authorZong-Zhe Yang <kevin_yang@realtek.com>
Fri, 6 Jun 2025 02:02:58 +0000 (10:02 +0800)
committerPing-Ke Shih <pkshih@realtek.com>
Tue, 10 Jun 2025 02:03:21 +0000 (10:03 +0800)
commit29dc4c560219ef0b2fa667d5f1f1e8df11e38f5a
treebd0e86373980f4c3866722653431c4388ac4bdfa
parent4bcef86b13316511bb336a26140fc4130c3a65a2
wifi: rtw89: fw: add RFE type to RF TSSI H2C command

Append a new field for RFE (RF Front End) type to RF TSSI H2C command.
FW has forward compatibility when handling this H2C command, so just
need to consider backward cases in FW point of view.

              | old FW | new FW
  ------------------------------
   old driver |    O   |    X
  ------------------------------
   new driver |    O   |    O

Currently only RTL8922A uses this RF TSSI H2C command. Increase its FW
format max and will let new FW binary align with it. Then, old driver
won't load new FW.

Signed-off-by: Zong-Zhe Yang <kevin_yang@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20250606020302.16873-3-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/fw.c
drivers/net/wireless/realtek/rtw89/fw.h
drivers/net/wireless/realtek/rtw89/rtw8922a.c