瀏覽代碼

qcacld-3.0: Add smart TX module and its log level

Currently smart tx module is not included in gFwDebugModuleLoglevel
ini as default.

Add the smart tx module with log level 1 in gFwDebugModuleLoglevel
ini as default.

CRs-Fixed: 3396120
Change-Id: I09e49745dfc17926d1f59b6bbe7a99ae09e36a16
Sachin Ahuja 2 年之前
父節點
當前提交
508cfeab6e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      components/fw_offload/dispatcher/inc/cfg_fwol_generic.h

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

@@ -1,6 +1,6 @@
 /*
 /*
  * Copyright (c) 2012-2021 The Linux Foundation. All rights reserved.
  * Copyright (c) 2012-2021 The Linux Foundation. All rights reserved.
- * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved
+ * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved
  *
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
  * any purpose with or without fee is hereby granted, provided that the
@@ -414,7 +414,7 @@
 	0, \
 	0, \
 	FW_MODULE_LOG_LEVEL_STRING_LENGTH, \
 	FW_MODULE_LOG_LEVEL_STRING_LENGTH, \
 	"1,1,2,1,3,1,4,1,5,1,11,1,9,1,13,1,14,1,17,1,18,1,19,1,22,1,26,1,28,1,"\
 	"1,1,2,1,3,1,4,1,5,1,11,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", \
+	"29,1,31,1,36,1,38,1,46,1,47,1,50,1,52,1,53,1,56,1,60,1,61,1,113,1", \
 	"Set modulized firmware debug log level")
 	"Set modulized firmware debug log level")
 
 
 /*
 /*