qcacld-3.0: Enable mlo_5gl_5gh_mlsr ini

Default config
mlo_5gl_5gh_mlsr=1

Disable 5GL+5GH MLS
mlo_5gl_5gh_mlsr=0

Enable 5GL+5GH MLS
mlo_5gl_5gh_mlsr=1

Change-Id: If8ca98cc78b4b52358565e6a9e1c57d1d42f67b5
CRs-Fixed: 3779614
This commit is contained in:
Aasir Rasheed
2024-04-03 10:05:17 +05:30
committed by Ravindra Konda
parent 35f157978d
commit 3a6d1ba2ea

View File

@@ -763,7 +763,7 @@
#define CFG_MLO_MLO_5GL_5GH_MLSR CFG_INI_BOOL( \ #define CFG_MLO_MLO_5GL_5GH_MLSR CFG_INI_BOOL( \
"mlo_5gl_5gh_mlsr",\ "mlo_5gl_5gh_mlsr",\
0, \ 1, \
"enable 5GL+5GH MLSR") "enable 5GL+5GH MLSR")
#define CFG_MLO_MLO_5GL_5GH_MLSR_CFG CFG(CFG_MLO_MLO_5GL_5GH_MLSR) #define CFG_MLO_MLO_5GL_5GH_MLSR_CFG CFG(CFG_MLO_MLO_5GL_5GH_MLSR)