diff options
| author | Nishank Aggarwal <c_naggar@qti.qualcomm.com> | 2016-08-05 12:34:45 +0530 |
|---|---|---|
| committer | Anjaneedevi Kapparapu <akappa@codeaurora.org> | 2016-08-09 18:00:36 +0530 |
| commit | 0391f99f6604442eba057109ab85784fd78fad4c (patch) | |
| tree | b7c666caa41e2b3dcd89e523d6b1f5fe6f0493ff | |
| parent | b425492b2e1b5c73efe4710b507665647dbdce9c (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.c | 2 |
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, - ¤tBssUapsd , &localPowerConstraint, psessionEntry); + ¤tBssUapsd , &localPowerConstraint, pftSessionEntry); pftSessionEntry->limReassocBssQosCaps = pftSessionEntry->limCurrentBssQosCaps; |
