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
这个提交包含在:
@@ -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;
|
||||
};
|
||||
|
||||
/**
|
||||
|
在新工单中引用
屏蔽一个用户