qcacld-3.0: Disable periodic time sync feature

CLD driver specific time sync feature is no longer used since
core BSP provides more accurate time sync over QMI and hence
disable CLD driver specific time sync feature to avoid periodic
wake ups.

Change-Id: Ic2790e7cdb6cf56f874fb56cda246777bc34d2e3
CRs-Fixed: 2715021
This commit is contained in:
Rajeev Kumar
2020-06-19 18:01:48 -07:00
committed by snandini
parent fa69d4b681
commit e12051de39

View File

@@ -590,7 +590,7 @@
* gRemoveTimeStampSyncCmd - Enable/Disable to remove time stamp sync cmd
* @Min: 0
* @Max: 1
* @Default: 0
* @Default: 1
*
* This ini is used to enable/disable the removal of time stamp sync cmd
*
@@ -600,7 +600,7 @@
*/
#define CFG_REMOVE_TIME_STAMP_SYNC_CMD CFG_INI_BOOL( \
"gRemoveTimeStampSyncCmd", \
0, \
1, \
"Enable to remove time stamp sync cmd")
/*