diff options
| author | c_manjee <manjee@codeaurora.org> | 2017-01-31 12:26:06 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-02-07 09:31:02 -0800 |
| commit | ab0f7907001759bf27032dee905534c36622c160 (patch) | |
| tree | e779523b5698baaafec2a82c13d80ede5a212e42 | |
| parent | d09814ad7acaff5672f8a051a78d6de9a47d1c9d (diff) | |
qcacld-2.0: Enable gEnableSapInternalRestart by default
Change the default value of gEnableSapInternalRestart to 1.
CRs-Fixed: 1117378
Change-Id: I7a7eaf92074cf5b28cc62e8bf9052d6ca65c42e6
| -rw-r--r-- | CORE/HDD/inc/wlan_hdd_cfg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CORE/HDD/inc/wlan_hdd_cfg.h b/CORE/HDD/inc/wlan_hdd_cfg.h index 749cff7627c9..bac2155c11e6 100644 --- a/CORE/HDD/inc/wlan_hdd_cfg.h +++ b/CORE/HDD/inc/wlan_hdd_cfg.h @@ -4158,7 +4158,7 @@ FG_BTC_BT_INTERVAL_PAGE_P2P_STA_DEFAULT #define CFG_SAP_INTERNAL_RESTART_NAME "gEnableSapInternalRestart" #define CFG_SAP_INTERNAL_RESTART_MIN (0) #define CFG_SAP_INTERNAL_RESTART_MAX (1) -#define CFG_SAP_INTERNAL_RESTART_DEFAULT (0) +#define CFG_SAP_INTERNAL_RESTART_DEFAULT (1) /* * This parameter will help to debug ssr reinit failure issues |
