summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwadesong <wadesong@codeaurora.org>2017-04-10 22:24:01 +0800
committerwadesong <wadesong@codeaurora.org>2017-04-10 22:35:55 +0800
commit2de8e581ad2d7e0a5d7bb634178d15e021c1ceab (patch)
treec165f07889739b40aa12ef56a46a4fe7db70b537
parentfe7a21f601ea3bdf2f695ba445b2ad7d583fc866 (diff)
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
-rw-r--r--CORE/SAP/src/sapFsm.c1
1 files changed, 0 insertions, 1 deletions
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;
}