2024-03-28 05:28:37

by Ping-Ke Shih

[permalink] [raw]
Subject: [PATCH 1/3] wifi: rtw89: 8922a: update scan offload H2C fields

From: Chih-Kang Chang <[email protected]>

Update scan offload H2C length to fit new FW format.
This change is required after FW version 0.35.15.0. Since the first release
of firmware is 0.35.18.0, we don't maintain backward compatibility.

Signed-off-by: Chih-Kang Chang <[email protected]>
Signed-off-by: Ping-Ke Shih <[email protected]>
---
drivers/net/wireless/realtek/rtw89/fw.h | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/realtek/rtw89/fw.h b/drivers/net/wireless/realtek/rtw89/fw.h
index d7666c3d6a89..a7e78a881f7f 100644
--- a/drivers/net/wireless/realtek/rtw89/fw.h
+++ b/drivers/net/wireless/realtek/rtw89/fw.h
@@ -2981,6 +2981,7 @@ struct rtw89_h2c_scanofld_be {
__le32 w5;
__le32 w6;
__le32 w7;
+ __le32 w8;
struct rtw89_h2c_scanofld_be_macc_role role[];
} __packed;

--
2.25.1



2024-04-03 02:34:48

by Ping-Ke Shih

[permalink] [raw]
Subject: Re: [PATCH 1/3] wifi: rtw89: 8922a: update scan offload H2C fields

Ping-Ke Shih <[email protected]> wrote:

> From: Chih-Kang Chang <[email protected]>
>
> Update scan offload H2C length to fit new FW format.
> This change is required after FW version 0.35.15.0. Since the first release
> of firmware is 0.35.18.0, we don't maintain backward compatibility.
>
> Signed-off-by: Chih-Kang Chang <[email protected]>
> Signed-off-by: Ping-Ke Shih <[email protected]>

3 patch(es) applied to rtw-next branch of rtw.git, thanks.

6599924c1c27 wifi: rtw89: 8922a: update scan offload H2C fields
e2e32a192ef1 wifi: rtw89: 8922a: download template probe requests for 6 GHz band
ef5d5c52d4a9 wifi: rtw89: 8922a: add beacon filter and CQM support

---
https://github.com/pkshih/rtw.git