Browse Source

qcacld-3.0: Reset punctured preamble Rx support for testbed

Reset the punctured preamble Rx support in HE caps for
testbed device.

Change-Id: I3bb360a3fca36ae8be4c6348d8b597ce25dda682
CRs-Fixed: 2892364
Kiran Kumar Lokere 4 years ago
parent
commit
6d9740bc05
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/sme/src/common/sme_api.c

+ 1 - 0
core/sme/src/common/sme_api.c

@@ -14872,6 +14872,7 @@ void sme_set_he_testbed_def(mac_handle_t mac_handle, uint8_t vdev_id)
 	mac_ctx->mlme_cfg->he_caps.dot11_he_cap.beamforming_feedback = 0;
 	mac_ctx->mlme_cfg->he_caps.dot11_he_cap.he_er_su_ppdu = 0;
 	mac_ctx->mlme_cfg->he_caps.dot11_he_cap.dl_mu_mimo_part_bw = 0;
+	mac_ctx->mlme_cfg->he_caps.dot11_he_cap.rx_pream_puncturing = 0;
 	csr_update_session_he_cap(mac_ctx, session);
 
 	wlan_cm_set_check_6ghz_security(mac_ctx->psoc, true);