Ver Fonte

qcacld-3.0: Set default value of 2 for g_sta_sap_scc_on_dfs_chan

The value 2 is to enable STA+SAP force SCC on DFS channel if STA
is already on DFS channel & also to allow SAP to come up on DFS
channel stand alone & perform CAC (DFS master mode). Set default
value of 2 for g_sta_sap_scc_on_dfs_chan.

Change-Id: Ic1873e1a5b79086aa3e41d3eecea2049b7fc3adf
CRs-Fixed: 2560614
Tushnim Bhattacharyya há 5 anos atrás
pai
commit
76a8e2ae63

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

@@ -387,7 +387,7 @@ CFG_INI_UINT("gDualMacFeatureDisable", 0, 6, 0, CFG_VALUE_OR_DEFAULT, \
  * mode support disabled.
  * mode support disabled.
  * @Min: 0
  * @Min: 0
  * @Max: 2
  * @Max: 2
- * @Default: 0
+ * @Default: 2
  *
  *
  * This ini is used to allow STA+SAP SCC on DFS channel with master mode
  * This ini is used to allow STA+SAP SCC on DFS channel with master mode
  * support disabled, the value is defined by enum PM_AP_DFS_MASTER_MODE.
  * support disabled, the value is defined by enum PM_AP_DFS_MASTER_MODE.
@@ -408,7 +408,7 @@ CFG_INI_UINT("gDualMacFeatureDisable", 0, 6, 0, CFG_VALUE_OR_DEFAULT, \
  */
  */
 
 
 #define CFG_STA_SAP_SCC_ON_DFS_CHAN \
 #define CFG_STA_SAP_SCC_ON_DFS_CHAN \
-CFG_INI_UINT("g_sta_sap_scc_on_dfs_chan", 0, 2, 0, CFG_VALUE_OR_DEFAULT, \
+CFG_INI_UINT("g_sta_sap_scc_on_dfs_chan", 0, 2, 2, CFG_VALUE_OR_DEFAULT, \
 	     "Allow STA+SAP SCC on DFS channel with master mode disable")
 	     "Allow STA+SAP SCC on DFS channel with master mode disable")
 
 
 /*
 /*