Explorar el Código

qcacld-3.0: Set gRemoveTimeStampSyncCmd to 1 by default

Set gRemoveTimeStampSyncCmd ini to 1 by default so that even for more
than 60 seconds, the device can stay in RTPM WoW mode.

Change-Id: I560389dd9c7d5a33d01c092ad057a7a7aa6f7c37
CRs-Fixed: 3003718
Alan Chen hace 3 años
padre
commit
1ac361a668
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      components/mlme/dispatcher/inc/cfg_mlme_generic.h

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

@@ -629,7 +629,7 @@ enum wlan_wds_mode {
  * 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.
  * If we disable this periodic time sync update to firmware then roaming
@@ -644,7 +644,7 @@ enum wlan_wds_mode {
  */
 #define CFG_REMOVE_TIME_STAMP_SYNC_CMD CFG_INI_BOOL( \
 	"gRemoveTimeStampSyncCmd", \
-	0, \
+	1, \
 	"Enable to remove time stamp sync cmd")
 
 /*