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
This commit is contained in:
Aasir Rasheed
2023-08-26 16:55:21 +05:30
committed by Rahul Choudhary
parent e0d7d004e0
commit 8c6365939b
3 changed files with 6 additions and 0 deletions

View File

@@ -614,6 +614,7 @@ enum number_of_partner_link {
* @raw_frame: contain raw frame and the length of the raw frame
* @pdev_id: pdev id
* @ml_info: Multi link information
* @mlo_max_recom_simult_links: Max recommended simultaneous link
* @non_intersected_phymode: Non intersected phy mode of the AP
*/
struct scan_cache_entry {
@@ -667,6 +668,7 @@ struct scan_cache_entry {
uint8_t pdev_id;
#ifdef WLAN_FEATURE_11BE_MLO
struct ml_info ml_info;
uint8_t mlo_max_recom_simult_links;
#endif
enum wlan_phymode non_intersected_phymode;
};