Browse Source

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
Abhiram Jogadenu 6 years ago
parent
commit
f404593b7c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      umac/mlme/vdev_mgr/dispatcher/inc/wlan_vdev_mgr_tgt_if_rx_defs.h

+ 2 - 2
umac/mlme/vdev_mgr/dispatcher/inc/wlan_vdev_mgr_tgt_if_rx_defs.h

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