Sfoglia il codice sorgente

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
Rajeev Kumar 6 anni fa
parent
commit
5f863eec8d
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      components/mlme/dispatcher/inc/cfg_mlme_generic.h

+ 2 - 2
components/mlme/dispatcher/inc/cfg_mlme_generic.h

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