diff options
| author | Nitesh Shah <niteshs@codeaurora.org> | 2017-03-08 17:59:10 +0530 |
|---|---|---|
| committer | Sandeep Puligilla <spuligil@codeaurora.org> | 2017-03-10 18:30:50 -0800 |
| commit | ab1cccb7b29111d71a18664982e2082b9d21af62 (patch) | |
| tree | 6d9d2062a975015181fe07953a3c4ef6604dae3a | |
| parent | 82d1955e78ccc5db15aa16769577dfa25f68caec (diff) | |
qcacld-3.0: Remove 160 MHz support hardcoded from STA Assoc Req
This change is to remove the hardcoded 160 MHz support in STA
Assoc Request in VHT Capabilities IE.
Change-Id: I1ddbea312348c115a1a891fbc2dfde4e2790a79f
CRs-Fixed: 2017691
| -rw-r--r-- | core/mac/src/pe/lim/lim_send_management_frames.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/mac/src/pe/lim/lim_send_management_frames.c b/core/mac/src/pe/lim/lim_send_management_frames.c index 522879dd4bac..6e7c8c0ecaee 100644 --- a/core/mac/src/pe/lim/lim_send_management_frames.c +++ b/core/mac/src/pe/lim/lim_send_management_frames.c @@ -1875,10 +1875,6 @@ lim_send_assoc_req_mgmt_frame(tpAniSirGlobal mac_ctx, pe_session->vhtCapabilityPresentInBeacon) { lim_log(mac_ctx, LOG1, FL("Populate VHT IEs in Assoc Request")); populate_dot11f_vht_caps(mac_ctx, pe_session, &frm->VHTCaps); - /* Enable 160/80+80 MHz channel width support for STA mode */ - if (pe_session->pePersona == QDF_STA_MODE) - frm->VHTCaps.supportedChannelWidthSet = - VHT_CAP_160_AND_80P80_SUPP; QDF_TRACE_HEX_DUMP(QDF_MODULE_ID_PE, QDF_TRACE_LEVEL_DEBUG, &frm->VHTCaps, sizeof(frm->VHTCaps)); vht_enabled = true; |
