qcacld-3.0: Change timeout for TDLS mgmt frames

Reduce the timeout to wait for TDLS mgmt to
complete from 11 seconds to 3 seconds.

Also, Allow Tx data frame if no ack/nack is
received even after 2 seconds for last data
frame.

If last data frame is sent and no ack/nack
is received within 2 seconds, then drop the
new data frame.

Change-Id: If3294908cb1399c3b4c8931b80663671400bf610
CRs-Fixed: 2966308
This commit is contained in:
Utkarsh Bhatnagar
2021-06-09 18:04:51 +05:30
committed by Madan Koyyalamudi
parent 33c1df645b
commit 8248ed45ca
2 changed files with 4 additions and 4 deletions

View File

@@ -72,7 +72,7 @@
#define WAIT_TIME_TDLS_LINK_ESTABLISH_REQ 1500
/** Maximum time(ms) to wait for tdls mgmt to complete **/
#define WAIT_TIME_FOR_TDLS_MGMT 11000
#define WAIT_TIME_FOR_TDLS_MGMT 3000
/** Maximum time(ms) to wait for tdls mgmt to complete **/
#define WAIT_TIME_FOR_TDLS_USER_CMD 11000