Browse Source

qcacld-3.0: Change default value of ILP profile ini

Change default value of ILP profile ini to 2 which means max
power saving.

Change-Id: I63777b780eece065ce7c77ba455fadff223b9888
CRs-Fixed: 2895677
Jyoti Kumari 4 years ago
parent
commit
b4bd50e631
1 changed files with 2 additions and 2 deletions
  1. 2 2
      components/fw_offload/dispatcher/inc/cfg_fwol_generic.h

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

@@ -771,7 +771,7 @@
  * g_enable_ilp - ILP HW Block Configuration
  * @Min: 0
  * @Max: 3
- * @Default: 1
+ * @Default: 2
  *
  * This ini is used to configure ILP HW block with various options
  * 0: disable
@@ -792,7 +792,7 @@
 		"g_enable_ilp", \
 		0, \
 		3, \
-		1, \
+		2, \
 		CFG_VALUE_OR_DEFAULT, \
 		"ILP configuration")