Просмотр исходного кода

qcacld-3.0: Do not disable TxBFee with VHT caps in vendor IE

Do not disable the TxBfee feature if the VHT caps are in vendor
specific IE.

Change-Id: Ie1c8e15a908d74d9d30b550207225f8b0480035b
CRs-Fixed: 2035404
Kiran Kumar Lokere 8 лет назад
Родитель
Сommit
5be8fc8860
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      core/mac/src/pe/lim/lim_send_management_frames.c

+ 0 - 1
core/mac/src/pe/lim/lim_send_management_frames.c

@@ -1822,7 +1822,6 @@ lim_send_assoc_req_mgmt_frame(tpAniSirGlobal mac_ctx,
 			pe_session->vendor_specific_vht_ie_sub_type;
 
 		frm->vendor_vht_ie.VHTCaps.present = 1;
-		pe_session->vht_config.su_beam_formee = 0;
 		populate_dot11f_vht_caps(mac_ctx, pe_session,
 				&frm->vendor_vht_ie.VHTCaps);
 		vht_enabled = true;