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
This commit is contained in:
Jyoti Kumari
2021-03-09 22:52:56 +05:30
committed by snandini
szülő abc929c793
commit b4bd50e631

Fájl megtekintése

@@ -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")