From 2de8e581ad2d7e0a5d7bb634178d15e021c1ceab Mon Sep 17 00:00:00 2001 From: wadesong Date: Mon, 10 Apr 2017 22:24:01 +0800 Subject: qcacld-2.0: Suppress channel width overriding during ACS Avoid overriding the current session's channel width too early based on the information from SAP context during ACS procedure, because the information in SAP context will not be setup correctly until SAP is started. Channel width information in ACS config structure is already setup correctly when hostapd issues the related commands to start ACS Change-Id: If1fd72a26203dde73d5194450313c41a2de24faf CRs-fixed: 2031405 --- CORE/SAP/src/sapFsm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/CORE/SAP/src/sapFsm.c b/CORE/SAP/src/sapFsm.c index f7f5ffc1c193..6797d482a39d 100644 --- a/CORE/SAP/src/sapFsm.c +++ b/CORE/SAP/src/sapFsm.c @@ -2904,7 +2904,6 @@ sapGotoChannelSel __func__, sapContext->channel); sapContext->acs_cfg->pri_ch = sapContext->channel; - sapContext->acs_cfg->ch_width = sapContext->ch_width_orig; sap_config_acs_result(hHal, sapContext, 0); return VOS_STATUS_E_CANCELED; } -- cgit v1.2.3