From a24e1ab231ba633f2b2d27b84abbec2ae63a8ea7 Mon Sep 17 00:00:00 2001 From: Gururaj Pandurangi Date: Wed, 5 Apr 2023 12:00:21 -0700 Subject: [PATCH] qcacmn: Add a new MSD duration subfield Add a new MSD duration subfield that holds duration value in the units of 32us. Deprecate the old subfield msd_dur_us that holds the duration value in microseconds. Change-Id: Id4789c550778d901cb519e53e350cc9fc66611e7 CRs-Fixed: 3446377 --- wmi/src/wmi_unified_11be_tlv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmi/src/wmi_unified_11be_tlv.c b/wmi/src/wmi_unified_11be_tlv.c index 011302a50c..fbf8a1f727 100644 --- a/wmi/src/wmi_unified_11be_tlv.c +++ b/wmi/src/wmi_unified_11be_tlv.c @@ -290,7 +290,7 @@ uint8_t *peer_assoc_add_mlo_params(uint8_t *buf_ptr, mlo_params->emlsr_trans_delay_us = req->mlo_params.emlsr_trans_delay_us; mlo_params->emlsr_padding_delay_us = req->mlo_params.emlsr_pad_delay_us; - mlo_params->msd_dur_us = req->mlo_params.medium_sync_duration; + mlo_params->msd_dur_subfield = req->mlo_params.medium_sync_duration; mlo_params->msd_ofdm_ed_thr = req->mlo_params.medium_sync_ofdm_ed_thresh; mlo_params->msd_max_num_txops =