summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNishank Aggarwal <c_naggar@qti.qualcomm.com>2016-08-05 12:34:45 +0530
committerAnjaneedevi Kapparapu <akappa@codeaurora.org>2016-08-09 18:00:36 +0530
commit0391f99f6604442eba057109ab85784fd78fad4c (patch)
treeb7c666caa41e2b3dcd89e523d6b1f5fe6f0493ff
parentb425492b2e1b5c73efe4710b507665647dbdce9c (diff)
qcacld-2.0: Properly update vht capability in FT pe session
VHT capabilities are updated for older session and not for the new FT session and thus these are not updated during roaming. Pass proper session entry to update vht capabilities for FT session. Change-Id: I2ac47c37e6323ceeb218541e364d4f7b597bd8b3 CRs-Fixed: 1049851
-rw-r--r--CORE/MAC/src/pe/lim/limFT.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/CORE/MAC/src/pe/lim/limFT.c b/CORE/MAC/src/pe/lim/limFT.c
index 4f60939a6e2f..aca49be7c4c7 100644
--- a/CORE/MAC/src/pe/lim/limFT.c
+++ b/CORE/MAC/src/pe/lim/limFT.c
@@ -944,7 +944,7 @@ void limFillFTSession(tpAniSirGlobal pMac,
limGetIElenFromBssDescription(pbssDescription),
&pftSessionEntry->limCurrentBssQosCaps,
&pftSessionEntry->limCurrentBssPropCap,
- &currentBssUapsd , &localPowerConstraint, psessionEntry);
+ &currentBssUapsd , &localPowerConstraint, pftSessionEntry);
pftSessionEntry->limReassocBssQosCaps =
pftSessionEntry->limCurrentBssQosCaps;