qcacmn: Send max num of active links to fw

This change is to send max num of active links recommended
by AP to the fw.

CRs-Fixed: 3599429
Change-Id: Id84b7d1aa8d6eb29d3acef2f3e8c552bc6c636f0
这个提交包含在:
Aasir Rasheed
2023-08-26 16:55:21 +05:30
提交者 Rahul Choudhary
父节点 e0d7d004e0
当前提交 8c6365939b
修改 3 个文件,包含 6 行新增0 行删除

查看文件

@@ -1261,6 +1261,7 @@ struct wmi_host_link_bss_params {
* @bssid: AP link address
* @chan: Wlan channel information
* @mac_addr: Self mac addresses
* @rec_max_simultaneous_links: Max recommended simultaneous links
*/
struct peer_assoc_mlo_params {
uint32_t mlo_enabled:1,
@@ -1294,6 +1295,7 @@ struct peer_assoc_mlo_params {
struct qdf_mac_addr bssid;
struct wlan_channel chan;
struct qdf_mac_addr mac_addr;
uint8_t rec_max_simultaneous_links;
};
/**