Ver código fonte

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
Aasir Rasheed 1 ano atrás
pai
commit
3a6d1ba2ea
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      components/mlme/dispatcher/inc/cfg_mlme_sta.h

+ 1 - 1
components/mlme/dispatcher/inc/cfg_mlme_sta.h

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