summaryrefslogtreecommitdiff
path: root/CORE/SAP/src/sapModule.c
diff options
context:
space:
mode:
authorManikandan Mohan <manikand@qca.qualcomm.com>2015-05-17 17:02:28 -0700
committerAnjaneeDevi Kapparapu <c_akappa@qti.qualcomm.com>2015-05-20 17:18:48 +0530
commit639ff16bdcacee1dbd20d3bf89a581aeb7eb734e (patch)
treee4bb3b3a753a503b8372c3fb888c545d1d8ca7f5 /CORE/SAP/src/sapModule.c
parent507716e9a248c3b546a0b0927b0c5a6b6cf5d23b (diff)
qcacld: Fix DFS fallback mechanism regression
Fix regression introduced in DFS fallback mechanism after CFG80211 ACS configuration update. CRs-fixed: 839399 Change-Id: I0379a192bb73ecb73ea9ede4a960cf9aa5d7964e
Diffstat (limited to 'CORE/SAP/src/sapModule.c')
-rw-r--r--CORE/SAP/src/sapModule.c4
1 files changed, 2 insertions, 2 deletions
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,