mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 11:26:22 -04:00
wifi: rtw89: 8922a: add more fields to beacon H2C command to support multi-links
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
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user