qcacld-3.0: Disable periodic time sync feature from mainline

Periodic time sync feature is not needed on mainline hence
disable this feature by setting gRemoveTimeStampSyncCmd = 1.

Change-Id: Ifbffc02c61af3be8300a97d9be7b2c7dceaf263d
CRs-Fixed: 2422866
Dieser Commit ist enthalten in:
Rajeev Kumar
2019-03-25 13:08:07 -07:00
committet von nshrivas
Ursprung 0bce3280fb
Commit 5f863eec8d

Datei anzeigen

@@ -582,7 +582,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
*
@@ -592,7 +592,7 @@
*/
#define CFG_REMOVE_TIME_STAMP_SYNC_CMD CFG_INI_BOOL( \
"gRemoveTimeStampSyncCmd", \
0, \
1, \
"Enable to remove time stamp sync cmd")
/*