Skip to content

Commit

Permalink
wifi: rtw89: 8922a: add more fields to beacon H2C command to support …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
Po-Hao Huang authored and Kalle Valo committed Feb 1, 2024
1 parent f651300 commit f1abee7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions drivers/net/wireless/realtek/rtw89/fw.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f1abee7

Please sign in to comment.