Browse Source

qcacld-3.0: Increase Scan timeout for emulation platform

Increase scan timeout for emulation platform
from 30secs to 600secs.

Change-Id: I5ed28990917f1262263fc05bd997b51d3cc65bbd
CRs-Fixed: 990987
Sandeep Puligilla 9 years ago
parent
commit
1ed781ff3a
1 changed files with 4 additions and 1 deletions
  1. 4 1
      core/sme/src/csr/csr_inside_api.h

+ 4 - 1
core/sme/src/csr/csr_inside_api.h

@@ -100,8 +100,11 @@
  * can be of a fraction of 3/4 of the total command timeout value.
  * ***************************************************************************/
 #define CSR_ACTIVE_LIST_CMD_TIMEOUT_VALUE (1000*30*4)
+#ifdef QCA_WIFI_3_0_EMU
+#define CSR_ACTIVE_SCAN_LIST_CMD_TIMEOUT (1000*30*20)
+#else
 #define CSR_ACTIVE_SCAN_LIST_CMD_TIMEOUT (1000*30)
-
+#endif
 #define CSR_MAX_BSSID_COUNT     ((CSR_ACTIVE_LIST_CMD_TIMEOUT_VALUE/4000) * 3)
 #define CSR_CUSTOM_CONC_GO_BI    100