Эх сурвалжийг харах

qcacld-3.0: Disable sta_sap_scc_on_indoor_chan ini

Disable sta_sap_scc_on_indoor_chan ini.

Change-Id: I6d9e91c27ce62c3cefc09739cb3e05e7b034b958
CRs-Fixed: 3432677
Asutosh Mohapatra 2 жил өмнө
parent
commit
406999bf6d

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

@@ -430,7 +430,7 @@ CFG_INI_UINT("g_sta_sap_scc_on_dfs_chan", 0, 2, 2, CFG_VALUE_OR_DEFAULT, \
  * when STA is connected on indoor channel.
  * @Min: false
  * @Max: true
- * @Default: true
+ * @Default: false
  *
  * This ini is used to allow STA+SAP SCC on indoor channel
  * 0 - Disallow STA+SAP SCC on Indoor only channel
@@ -449,7 +449,7 @@ CFG_INI_UINT("g_sta_sap_scc_on_dfs_chan", 0, 2, 2, CFG_VALUE_OR_DEFAULT, \
  */
 #define CFG_STA_SAP_SCC_ON_INDOOR_CHAN CFG_INI_BOOL(\
 			"sta_sap_scc_on_indoor_chan", \
-			true, \
+			false, \
 			"Allow STA+SAP SCC on indoor channel")
 
 /*