qcacld-3.0: Enable FEATURE_WLAN_MCC_TO_SCC_SWITCH flag in the driver
Enable feature flag FEATURE_WLAN_MCC_TO_SCC_SWITCH in the Kbuild to make use of the MCC to SCC switch feature. The resulting errors in compilation are fixed along with some enhancement in the debug logs in this feature path Change-Id: I0ddb2f371c28ade6d8fc9ea12ba104a99394827f CRs-Fixed: 986079
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
58f4d625fc
commit
068e25eeb8
@@ -2146,6 +2146,10 @@ QDF_STATUS sap_goto_channel_sel(ptSapContext sap_context,
|
||||
#ifdef FEATURE_WLAN_MCC_TO_SCC_SWITCH
|
||||
if (sap_context->cc_switch_mode !=
|
||||
QDF_MCC_TO_SCC_SWITCH_DISABLE) {
|
||||
QDF_TRACE(QDF_MODULE_ID_SAP, QDF_TRACE_LEVEL_INFO,
|
||||
FL("check for overlap: chan:%d mode:%d"),
|
||||
sap_context->channel,
|
||||
sap_context->csr_roamProfile.phyMode);
|
||||
con_ch = sme_check_concurrent_channel_overlap(h_hal,
|
||||
sap_context->channel,
|
||||
sap_context->csr_roamProfile.phyMode,
|
||||
|
Reference in New Issue
Block a user