From e866f69c44ecbd1acf99097bb62ec96dc61ded0b Mon Sep 17 00:00:00 2001 From: Suresh Kumar Gautam Date: Fri, 11 Aug 2017 18:31:56 +0530 Subject: qcacld-2.0: Update max value for gCoexPtaConfigEnable Change the max value of gCoexPtaConfigEnable to 2. Change-Id: I77e16e8ea83a7897c26efa64a256ccfad37c3b4e CRs-Fixed: 2090726 --- CORE/HDD/inc/wlan_hdd_cfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CORE/HDD/inc/wlan_hdd_cfg.h b/CORE/HDD/inc/wlan_hdd_cfg.h index 320807323c84..d3e466c409f2 100644 --- a/CORE/HDD/inc/wlan_hdd_cfg.h +++ b/CORE/HDD/inc/wlan_hdd_cfg.h @@ -4667,7 +4667,7 @@ FG_BTC_BT_INTERVAL_PAGE_P2P_STA_DEFAULT #define CFG_COEX_PTA_CONFIG_ENABLE "gCoexPtaConfigEnable" #define CFG_COEX_PTA_CONFIG_ENABLE_MIN (0) -#define CFG_COEX_PTA_CONFIG_ENABLE_MAX (1) +#define CFG_COEX_PTA_CONFIG_ENABLE_MAX (2) #define CFG_COEX_PTA_CONFIG_ENABLE_DEFAULT (0) /* -- cgit v1.2.3