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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user