Selaa lähdekoodia

qcacld-3.0: increase the link state command timeout

Whenever the driver link state command is issued the system
could be in or entering the RTPM suspend/resume, The current timeout
of driver link state command is only 800msec which could not be enough
for the RTPM suspend/resume sequence to complete.

Increase the link state command timeout value to account for RTPM
suspend/resume sequence.

Change-Id: Ieced72ae330e9820c6ba1f4fb874d4b600c18656
CRs-Fixed: 3730449
Deeksha Gupta 1 vuosi sitten
vanhempi
sitoutus
8dc963e473
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      core/hdd/src/wlan_hdd_mlo.c

+ 1 - 1
core/hdd/src/wlan_hdd_mlo.c

@@ -33,7 +33,7 @@
 #include <wlan_osif_priv.h>
 
 /*max time in ms, caller may wait for link state request get serviced */
-#define WLAN_WAIT_TIME_LINK_STATE 800
+#define WLAN_WAIT_TIME_LINK_STATE 3000
 
 #if defined(CFG80211_11BE_BASIC)
 #ifndef WLAN_HDD_MULTI_VDEV_SINGLE_NDEV