From 639ff16bdcacee1dbd20d3bf89a581aeb7eb734e Mon Sep 17 00:00:00 2001 From: Manikandan Mohan Date: Sun, 17 May 2015 17:02:28 -0700 Subject: qcacld: Fix DFS fallback mechanism regression Fix regression introduced in DFS fallback mechanism after CFG80211 ACS configuration update. CRs-fixed: 839399 Change-Id: I0379a192bb73ecb73ea9ede4a960cf9aa5d7964e --- CORE/SAP/src/sapModule.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CORE/SAP/src/sapModule.c') diff --git a/CORE/SAP/src/sapModule.c b/CORE/SAP/src/sapModule.c index f161dce3a196..69a2c0c56f7e 100644 --- a/CORE/SAP/src/sapModule.c +++ b/CORE/SAP/src/sapModule.c @@ -2828,12 +2828,12 @@ WLANSAP_ChannelChangeRequest(v_PVOID_t pSapCtx, tANI_U8 tArgetChannel) /* * We are getting channel bonding mode from sapDfsInfor structure * because we've implemented channel width fallback mechanism for DFS - * which will result in channel width changing dynamically. + * which will result in width of channel changing dynamically. */ cbMode = pMac->sap.SapDfsInfo.new_cbMode; vhtChannelWidth = pMac->sap.SapDfsInfo.new_chanWidth; sme_SelectCBMode(hHal, phyMode, tArgetChannel, &vhtChannelWidth, - sapContext->ch_width_orig); + pMac->sap.SapDfsInfo.new_chanWidth); sapContext->csrRoamProfile.vht_channel_width = vhtChannelWidth; sapContext->vht_channel_width = vhtChannelWidth; halStatus = sme_RoamChannelChangeReq(hHal, sapContext->bssid, -- cgit v1.2.3