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
This commit is contained in:

committed by
Sandeep Puligilla

parent
c8c444042c
commit
41896ab13c
@@ -1845,10 +1845,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;
|
||||
|
Reference in New Issue
Block a user