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
Cette révision appartient à :

révisé par
Ravindra Konda

Parent
18f0d0deec
révision
8dc963e473
@@ -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
|
||||
|
Référencer dans un nouveau ticket
Bloquer un utilisateur