Browse Source

qcacld-3.0: Allow STA+SAP SCC on LTE-coex channel

If STA is on LTE-coex channel,  start SAP on same band, to force
scc, it need select the LTE-coex channel too, or SAP failed to
start.

CRs-Fixed: 2580240
Change-Id: Ib05524711cb2475c3ca5ec7cf61a2b29c05658b6
Jianmin Zhu 5 years ago
parent
commit
327317eea2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      components/cmn_services/policy_mgr/inc/wlan_policy_mgr_cfg.h

+ 2 - 2
components/cmn_services/policy_mgr/inc/wlan_policy_mgr_cfg.h

@@ -493,7 +493,7 @@ CFG_INI_BOOL("g_nan_sap_scc_on_lte_coex_chan", 1, \
  * g_sta_sap_scc_on_lte_coex_chan - Allow STA+SAP SCC on LTE coex channel
  * @Min: 0
  * @Max: 1
- * @Default: 0
+ * @Default: 1
  *
  * This ini is used to allow STA+SAP SCC on LTE coex channel
  * 0 - Disallow STA+SAP SCC on LTE coex channel
@@ -508,7 +508,7 @@ CFG_INI_BOOL("g_nan_sap_scc_on_lte_coex_chan", 1, \
  * </ini>
  */
 #define CFG_STA_SAP_SCC_ON_LTE_COEX_CHAN \
-CFG_INI_UINT("g_sta_sap_scc_on_lte_coex_chan", 0, 1, 0, CFG_VALUE_OR_DEFAULT, \
+CFG_INI_UINT("g_sta_sap_scc_on_lte_coex_chan", 0, 1, 1, CFG_VALUE_OR_DEFAULT, \
 	     "Allow STA+SAP SCC on LTE coex channel")
 
 /*