diff options
| -rw-r--r-- | core/hdd/inc/wlan_hdd_memdump.h | 2 | ||||
| -rw-r--r-- | core/hdd/src/wlan_hdd_stats.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/hdd/inc/wlan_hdd_memdump.h b/core/hdd/inc/wlan_hdd_memdump.h index 48a609396bce..529f4c772380 100644 --- a/core/hdd/inc/wlan_hdd_memdump.h +++ b/core/hdd/inc/wlan_hdd_memdump.h @@ -64,7 +64,7 @@ enum qca_wlan_vendor_attr_memory_dump { #define FW_DRAM_LOCATION 0x00400000 #define FW_MEM_DUMP_REQ_ID 1 #define FW_MEM_DUMP_NUM_SEG 1 -#define MEMDUMP_COMPLETION_TIME_MS 5000 +#define MEMDUMP_COMPLETION_TIME_MS 800 int memdump_init(void); void memdump_deinit(void); diff --git a/core/hdd/src/wlan_hdd_stats.h b/core/hdd/src/wlan_hdd_stats.h index 2c2fefc5b31b..c33031ff11e4 100644 --- a/core/hdd/src/wlan_hdd_stats.h +++ b/core/hdd/src/wlan_hdd_stats.h @@ -38,7 +38,7 @@ #define DATA_RATE_11AC_MCS_MASK 0x03 /* LL stats get request time out value */ -#define WLAN_WAIT_TIME_LL_STATS 5000 +#define WLAN_WAIT_TIME_LL_STATS 800 /** * struct index_vht_data_rate_type - vht data rate type |
