Переглянути джерело

qcacld-3.0: Increase timeout for twt commands

The TTL for management packets in firmware is
1.5 seconds. To accomodate other delays involved,
increase the TWT Host timeout value from 1 second
to 4 seconds.

CRs-Fixed: 2756397
Change-Id: Ib71487ec222d8160599ff1bd061958b72f928906
Rajasekaran Kalidoss 4 роки тому
батько
коміт
390f19c617
1 змінених файлів з 5 додано та 5 видалено
  1. 5 5
      core/hdd/src/wlan_hdd_twt.c

+ 5 - 5
core/hdd/src/wlan_hdd_twt.c

@@ -35,11 +35,11 @@
 #include "wlan_osif_request_manager.h"
 #include <wlan_cp_stats_mc_ucfg_api.h>
 
-#define TWT_SETUP_COMPLETE_TIMEOUT 1000
-#define TWT_DISABLE_COMPLETE_TIMEOUT 1000
-#define TWT_TERMINATE_COMPLETE_TIMEOUT 1000
-#define TWT_PAUSE_COMPLETE_TIMEOUT 1000
-#define TWT_RESUME_COMPLETE_TIMEOUT 1000
+#define TWT_SETUP_COMPLETE_TIMEOUT 4000
+#define TWT_DISABLE_COMPLETE_TIMEOUT 4000
+#define TWT_TERMINATE_COMPLETE_TIMEOUT 4000
+#define TWT_PAUSE_COMPLETE_TIMEOUT 4000
+#define TWT_RESUME_COMPLETE_TIMEOUT 4000
 
 /**
  * struct twt_pause_dialog_comp_ev_priv - private struct for twt pause dialog