Selaa lähdekoodia

qcacld-3.0: Disable TxBfee if VHT caps are in vendor IE

Disable VHT TxBFee if VHT caps are present in AP's
vendor IE

Change-Id: Ia0b6e3294331079406130ec80f240f0b4dbd64ab
CRs-Fixed: 2005634
Kiran Kumar Lokere 8 vuotta sitten
vanhempi
sitoutus
7599d4964e
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      core/mac/src/pe/lim/lim_send_management_frames.c

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

@@ -1867,6 +1867,7 @@ 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;