diff mbox series

[1/3] wifi: rtw89: 8922a: update scan offload H2C fields

Message ID 20240328052656.18823-2-pkshih@realtek.com (mailing list archive)
State Accepted
Delegated to: Ping-Ke Shih
Headers show
Series wifi: rtw89: 8922a: update 8922A settings along with current firmware | expand

Commit Message

Ping-Ke Shih March 28, 2024, 5:26 a.m. UTC
From: Chih-Kang Chang <gary.chang@realtek.com>

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 <gary.chang@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
---
 drivers/net/wireless/realtek/rtw89/fw.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Ping-Ke Shih April 3, 2024, 2:33 a.m. UTC | #1
Ping-Ke Shih <pkshih@realtek.com> wrote:

> From: Chih-Kang Chang <gary.chang@realtek.com>
> 
> 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 <gary.chang@realtek.com>
> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>

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
diff mbox series

Patch

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;