qcacmn: Clean up CONFIG_MCL for scan related macros
Clean up CONFIG_MCL and add all below scan related macro in the defaul_defconfig file. Macros related to WIN will be part of WIN Kbuild. MAX_SCAN_CACHE_SIZE 300 SCAN_MAX_REST_TIME 0 SCAN_MIN_REST_TIME 0 SCAN_BURST_DURATION 0 SCAN_PROBE_SPACING_TIME 0 SCAN_PROBE_DELAY 0 SCAN_MAX_SCAN_TIME 30000 SCAN_NETWORK_IDLE_TIMEOUT 0 HIDDEN_SSID_TIME (1*60*1000) SCAN_CHAN_STATS_EVENT_ENAB (false) Change-Id: I9c8cb010111c6255309f36209cabc011e32f3f0f CRs-Fixed: 2412734
This commit is contained in:
committed by
nshrivas
parent
62f72ed3be
commit
d5cdb2b39b
@@ -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
|
||||
|
Reference in New Issue
Block a user