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:

committed by
Madan Koyyalamudi

parent
a9137e8331
commit
52f91b32b9
@@ -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
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user