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
This commit is contained in:
Asutosh Mohapatra
2023-03-14 20:06:08 +05:30
کامیت شده توسط Madan Koyyalamudi
والد d70d29eb5f
کامیت 406999bf6d

مشاهده پرونده

@@ -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")
/*