qcacmn: Increase response timer timeouts
Increase response timer timeout for Vdev delete response and Vdev stop response as these take longer when KASAN is enabled. Value is being increased from 2 secs to 3 secs after it passed wifi up/down, load/unload for a period of ~10hrs. Change-Id: I1884370bbc214683a238d0028c4fc26bba6c2ccb CRs-Fixed: 2441815
This commit is contained in:

zatwierdzone przez
nshrivas

rodzic
45b81d1d88
commit
f404593b7c
@@ -36,8 +36,8 @@
|
||||
STOP_RESPONSE_BIT | DELETE_RESPONSE_BIT)
|
||||
|
||||
#define START_RESPONSE_TIMER 6000 /* 6 seconds */
|
||||
#define STOP_RESPONSE_TIMER 2000 /* 2 seconds */
|
||||
#define DELETE_RESPONSE_TIMER 2000 /* 2 seconds */
|
||||
#define STOP_RESPONSE_TIMER 3000 /* 3 seconds */
|
||||
#define DELETE_RESPONSE_TIMER 3000 /* 3 seconds */
|
||||
|
||||
/**
|
||||
* struct vdev_response_timer - vdev mgmt response ops timer
|
||||
|
Reference in New Issue
Block a user