summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiran Kumar Lokere <klokere@codeaurora.org>2017-02-12 17:21:59 -0800
committerqcabuildsw <qcabuildsw@localhost>2017-02-13 14:27:21 -0800
commit91ab88bd7ab183d09e4ef69317b4f2c658d85cd7 (patch)
treea8c70bc517f33d3ce0a01541722fad58ba16a119
parentf8622417d2c85007fdbc67641409684f5cbe3992 (diff)
qcacld-3.0: Disable only TxBfee if VHT caps are in vendor IE
Disable only VHT TxBFee if VHT caps are present in AP's vendor IE Change-Id: Ia0b6e3294331079406130ec80f240f0b4dbd64ab CRs-Fixed: 2005634
-rw-r--r--core/mac/src/pe/lim/lim_send_management_frames.c2
1 files changed, 0 insertions, 2 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 c161fe1e93ed..34602fa5d422 100644
--- a/core/mac/src/pe/lim/lim_send_management_frames.c
+++ b/core/mac/src/pe/lim/lim_send_management_frames.c
@@ -1865,8 +1865,6 @@ lim_send_assoc_req_mgmt_frame(tpAniSirGlobal mac_ctx,
frm->vendor_vht_ie.VHTCaps.present = 1;
pe_session->vht_config.su_beam_formee = 0;
- pe_session->vht_config.su_beam_former = 0;
- pe_session->vht_config.num_soundingdim = 0;
populate_dot11f_vht_caps(mac_ctx, pe_session,
&frm->vendor_vht_ie.VHTCaps);
vht_enabled = true;