qcacmn: Add support for target_if timer restart

Add support for target_if timer restart when
vdev mgmt ops request is queued though the intended
response corresponding to request is not yet received.

Change-Id: I08e474ac66a0c399a93ffbc4a24aab78084072d2
CRs-Fixed: 2463180
This commit is contained in:
Naga
2019-05-31 17:11:20 +05:30
committed by nshrivas
parent 78976eaa91
commit f69b80a563
3 changed files with 34 additions and 25 deletions

View File

@@ -32,8 +32,7 @@
#define RESTART_RESPONSE_BIT 0x2
#define STOP_RESPONSE_BIT 0x3
#define DELETE_RESPONSE_BIT 0x4
#define RESPONSE_BIT_MAX (START_RESPONSE_BIT | RESTART_RESPONSE_BIT |\
STOP_RESPONSE_BIT | DELETE_RESPONSE_BIT)
#define RESPONSE_BIT_MAX DELETE_RESPONSE_BIT
#define START_RESPONSE_TIMER 6000 /* 6 seconds */
#define STOP_RESPONSE_TIMER 3000 /* 3 seconds */