diff options
| -rw-r--r-- | core/hdd/inc/wlan_hdd_cfg.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/core/hdd/inc/wlan_hdd_cfg.h b/core/hdd/inc/wlan_hdd_cfg.h index a7aad7038ec2..66b59cfb40ed 100644 --- a/core/hdd/inc/wlan_hdd_cfg.h +++ b/core/hdd/inc/wlan_hdd_cfg.h @@ -1166,7 +1166,7 @@ typedef enum { * during host scan * @Min: 0 * @Max: 4 - * @Default: 0 + * @Default: 1 * * This ini will set the algo used in dwell time optimization * during host scan. see enum wmi_dwelltime_adaptive_mode. @@ -1188,7 +1188,7 @@ typedef enum { #define CFG_ADAPTIVE_SCAN_DWELL_MODE_NAME "hostscan_adaptive_dwell_mode" #define CFG_ADAPTIVE_SCAN_DWELL_MODE_MIN (0) #define CFG_ADAPTIVE_SCAN_DWELL_MODE_MAX (4) -#define CFG_ADAPTIVE_SCAN_DWELL_MODE_DEFAULT (0) +#define CFG_ADAPTIVE_SCAN_DWELL_MODE_DEFAULT (1) /* * <ini> @@ -1196,7 +1196,7 @@ typedef enum { * during ext scan * @Min: 0 * @Max: 4 - * @Default: 0 + * @Default: 1 * * This ini will set the algo used in dwell time optimization * during ext scan. see enum wmi_dwelltime_adaptive_mode. @@ -1218,7 +1218,7 @@ typedef enum { #define CFG_ADAPTIVE_EXTSCAN_DWELL_MODE_NAME "extscan_adaptive_dwell_mode" #define CFG_ADAPTIVE_EXTSCAN_DWELL_MODE_MIN (0) #define CFG_ADAPTIVE_EXTSCAN_DWELL_MODE_MAX (4) -#define CFG_ADAPTIVE_EXTSCAN_DWELL_MODE_DEFAULT (0) +#define CFG_ADAPTIVE_EXTSCAN_DWELL_MODE_DEFAULT (1) /* * <ini> @@ -1226,7 +1226,7 @@ typedef enum { * during pno scan * @Min: 0 * @Max: 4 - * @Default: 0 + * @Default: 1 * * This ini will set the algo used in dwell time optimization * during pno scan. see enum wmi_dwelltime_adaptive_mode. @@ -1248,7 +1248,7 @@ typedef enum { #define CFG_ADAPTIVE_PNOSCAN_DWELL_MODE_NAME "pnoscan_adaptive_dwell_mode" #define CFG_ADAPTIVE_PNOSCAN_DWELL_MODE_MIN (0) #define CFG_ADAPTIVE_PNOSCAN_DWELL_MODE_MAX (4) -#define CFG_ADAPTIVE_PNOSCAN_DWELL_MODE_DEFAULT (0) +#define CFG_ADAPTIVE_PNOSCAN_DWELL_MODE_DEFAULT (1) /* * <ini> @@ -1282,7 +1282,7 @@ typedef enum { * global_adapt_dwelltime_mode - Set default adaptive mode * @Min: 0 * @Max: 4 - * @Default: 1 + * @Default: 0 * * This parameter will set default adaptive mode, will be used if any of the * scan dwell mode is set to default. @@ -1299,7 +1299,7 @@ typedef enum { #define CFG_GLOBAL_ADAPTIVE_DWELL_MODE_NAME "global_adapt_dwelltime_mode" #define CFG_GLOBAL_ADAPTIVE_DWELL_MODE_MIN (0) #define CFG_GLOBAL_ADAPTIVE_DWELL_MODE_MAX (4) -#define CFG_GLOBAL_ADAPTIVE_DWELL_MODE_DEFAULT (1) +#define CFG_GLOBAL_ADAPTIVE_DWELL_MODE_DEFAULT (0) /* * gRssiCatGap - Set Rssi CatGap @@ -1824,7 +1824,7 @@ typedef enum { * roamscan_adaptive_dwell_mode - Sets dwell time adaptive mode * @Min: 0 * @Max: 4 - * @Default: 0 + * @Default: 1 * * This parameter will set the algo used in dwell time optimization during * roam scan. see enum wmi_dwelltime_adaptive_mode. @@ -1846,7 +1846,7 @@ typedef enum { #define CFG_ADAPTIVE_ROAMSCAN_DWELL_MODE_NAME "roamscan_adaptive_dwell_mode" #define CFG_ADAPTIVE_ROAMSCAN_DWELL_MODE_MIN (0) #define CFG_ADAPTIVE_ROAMSCAN_DWELL_MODE_MAX (4) -#define CFG_ADAPTIVE_ROAMSCAN_DWELL_MODE_DEFAULT (0) +#define CFG_ADAPTIVE_ROAMSCAN_DWELL_MODE_DEFAULT (1) /* * Timer waiting for interface up from the upper layer. If |
