wifi: rtw89: 8922a: add more fields to beacon H2C command to support multi-links
authorPo-Hao Huang <phhuang@realtek.com>
Fri, 26 Jan 2024 06:33:56 +0000 (14:33 +0800)
committerKalle Valo <kvalo@kernel.org>
Thu, 1 Feb 2024 10:20:25 +0000 (12:20 +0200)
To support multi-links beacon, it needs more fields. But currently we still
only support legacy AP mode. Only update struct to fit expected size of
firmware.

Signed-off-by: Po-Hao Huang <phhuang@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://msgid.link/20240126063356.17857-8-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/fw.h

index c5c801e9ce3c9e0bbd5738ab86deaf3e01f5390c..ae69e455cd645121227036529068a986fc6ce73d 100644 (file)
@@ -1730,6 +1730,24 @@ struct rtw89_h2c_bcn_upd_be {
        __le32 w9;
        __le32 w10;
        __le32 w11;
+       __le32 w12;
+       __le32 w13;
+       __le32 w14;
+       __le32 w15;
+       __le32 w16;
+       __le32 w17;
+       __le32 w18;
+       __le32 w19;
+       __le32 w20;
+       __le32 w21;
+       __le32 w22;
+       __le32 w23;
+       __le32 w24;
+       __le32 w25;
+       __le32 w26;
+       __le32 w27;
+       __le32 w28;
+       __le32 w29;
 } __packed;
 
 #define RTW89_H2C_BCN_UPD_BE_W0_PORT GENMASK(7, 0)