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
This commit is contained in:
Deeksha Gupta
2024-03-06 17:37:01 +05:30
committato da Ravindra Konda
parent 18f0d0deec
commit 8dc963e473

Vedi File

@@ -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