Ver Fonte

qcacld-3.0: Update default value for gFwDebugModuleLoglevel INI param

Update default value for gFwDebugModuleLoglevel to get more logs
to debug firmware issues.

Change-Id: I388f7af62b00b6af5d963e2c6f2dec90389cca18
CRs-Fixed: 2722193
Bapiraju Alla há 4 anos atrás
pai
commit
cbef1eafad
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      components/fw_offload/dispatcher/inc/cfg_fwol_generic.h

+ 2 - 2
components/fw_offload/dispatcher/inc/cfg_fwol_generic.h

@@ -390,8 +390,8 @@
 	"gFwDebugModuleLoglevel", \
 	0, \
 	FW_MODULE_LOG_LEVEL_STRING_LENGTH, \
-	"2,1,3,1,5,1,9,1,13,1,14,1,18,1,19,1,26,1,28,1,29,1,31,1,36,1,38,1,"\
-	"46,1,47,1,50,1,52,1,53,1,56,1,60,1,61,1,4,1", \
+	"2,1,3,1,4,1,5,1,9,1,13,1,14,1,17,1,18,1,19,1,22,1,26,1,28,1,29,1," \
+	"31,1,36,1,38,1,46,1,47,1,50,1,52,1,53,1,56,1,60,1,61,1", \
 	"Set modulized firmware debug log level")
 
 #ifdef FEATURE_WLAN_RA_FILTERING