qcacmn: Reduce the value of macro due to memory Impact

In Multi-Chip MLO, FW is having memory constrain
while increasing the maximum supported MLO LINKS.

Reduce the values to avoid memory issue in FW

Change-Id: Id191f45f25de915e88ed1e12ae56d4a6e7b7095f
CRs-Fixed: 3391537
This commit is contained in:
Uraj Sasan
2023-01-27 15:31:15 +05:30
committed by Madan Koyyalamudi
parent a9137e8331
commit 52f91b32b9
2 changed files with 2 additions and 2 deletions

View File

@@ -109,7 +109,7 @@ enum MLO_SOC_LIST {
* this is not the MLO links within and AP-MLD.
*/
#define MAX_MLO_LINKS 7
#define MAX_MLO_LINKS 6
#define MAX_MLO_CHIPS 5
/**