diff --git a/umac/scan/core/src/wlan_scan_main.h b/umac/scan/core/src/wlan_scan_main.h index e06a6844e3..dd003a9587 100644 --- a/umac/scan/core/src/wlan_scan_main.h +++ b/umac/scan/core/src/wlan_scan_main.h @@ -112,18 +112,7 @@ struct probe_time_dwell_time { #define SCM_NUM_RSSI_CAT 15 #define SCAN_STA_MIRACAST_MCC_REST_TIME 400 -#ifdef CONFIG_MCL -#define MAX_SCAN_CACHE_SIZE 300 -#define SCAN_MAX_REST_TIME 0 -#define SCAN_MIN_REST_TIME 0 -#define SCAN_BURST_DURATION 0 -#define SCAN_PROBE_SPACING_TIME 0 -#define SCAN_PROBE_DELAY 0 -#define SCAN_MAX_SCAN_TIME 30000 -#define SCAN_NETWORK_IDLE_TIMEOUT 0 -#define HIDDEN_SSID_TIME (1*60*1000) -#define SCAN_CHAN_STATS_EVENT_ENAB (false) -#else +#ifndef CONFIG_MCL #define MAX_SCAN_CACHE_SIZE 1024 #define SCAN_MAX_REST_TIME 0 #define SCAN_MIN_REST_TIME 50