diff options
| author | Kiran Kumar Lokere <klokere@qca.qualcomm.com> | 2015-05-12 13:14:10 -0700 |
|---|---|---|
| committer | AnjaneeDevi Kapparapu <c_akappa@qti.qualcomm.com> | 2015-05-14 18:04:52 +0530 |
| commit | 71d5685021ccbd81df51f020bfde51665655a98f (patch) | |
| tree | 8fc8431c227b6ceaf81e512504b449545f8bddff | |
| parent | 1e1a0962fc2ed2cee0c116459d7fc584ca3053d3 (diff) | |
qcacld: Updated the vht channel width in STA session
Update the vht channel width in STA session during join.
Change-Id: I78d3660622f013917cc4e6a987e12720c4fed22c
CRs-Fixed: 835458
| -rw-r--r-- | CORE/MAC/src/pe/lim/limPropExtsUtils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CORE/MAC/src/pe/lim/limPropExtsUtils.c b/CORE/MAC/src/pe/lim/limPropExtsUtils.c index 1017ddea7044..cbca3bd6c185 100644 --- a/CORE/MAC/src/pe/lim/limPropExtsUtils.c +++ b/CORE/MAC/src/pe/lim/limPropExtsUtils.c @@ -129,6 +129,7 @@ limExtractApCapability(tpAniSirGlobal pMac, tANI_U8 *pIE, tANI_U16 ieLen, psessionEntry->vhtCapabilityPresentInBeacon = 1; psessionEntry->apCenterChan = pBeaconStruct->VHTOperation.chanCenterFreqSeg1; psessionEntry->apChanWidth = pBeaconStruct->VHTOperation.chanWidth; + psessionEntry->vhtTxChannelWidthSet = pBeaconStruct->VHTOperation.chanWidth; if (pBeaconStruct->Vendor1IEPresent && pBeaconStruct->Vendor2IEPresent && |
