mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
wifi: rtw89: rfk: add hardware version to rtw89_fw_h2c_rf_pre_ntfy_mcc for new WiFi 7 firmware
The RF calibration in firmware needs proper hardware version to select corresponding logic, so add the field to H2C command accordingly. Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Link: https://patch.msgid.link/20260213061552.29997-10-pkshih@realtek.com
This commit is contained in:
parent
79b3702bbc
commit
dcd2326db8
|
|
@ -7371,6 +7371,7 @@ int rtw89_fw_h2c_rf_pre_ntfy_mcc(struct rtw89_dev *rtwdev, enum rtw89_phy_idx ph
|
|||
h2c = (struct rtw89_fw_h2c_rfk_pre_info_mcc *)skb->data;
|
||||
|
||||
h2c->aid = cpu_to_le32(hal->aid);
|
||||
h2c->acv = hal->acv;
|
||||
|
||||
done:
|
||||
rtw89_h2c_pkt_set_hdr(rtwdev, skb, FWCMD_TYPE_H2C,
|
||||
|
|
|
|||
|
|
@ -4881,6 +4881,8 @@ struct rtw89_fw_h2c_rfk_pre_info_mcc {
|
|||
struct rtw89_fw_h2c_rfk_pre_info_mcc_v1 base;
|
||||
u8 rsvd[2];
|
||||
__le32 aid;
|
||||
u8 acv;
|
||||
u8 rsvd2[3];
|
||||
} __packed;
|
||||
|
||||
struct rtw89_h2c_rf_tssi {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user