fw-api: CL 18966584 - update fw common interface files

Change-Id: I4f72a06855e2bce2970cbfe432c8a7fcfe20dd9b
WMI: add medium-synchronization fields to peer_assoc_mlo_params TLV
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2022-07-26 06:01:48 -07:00
committad av Madan Koyyalamudi
förälder e49bf29d92
incheckning 7f9ac2aeec
2 ändrade filer med 8 tillägg och 2 borttagningar

Visa fil

@@ -14606,7 +14606,7 @@ typedef enum {
* for valid vdev id
* for vdev offload stats
*/
WMI_VDEV_PARAM_VDEVID_UPDATE, /* 0x8010 */
WMI_VDEV_PARAM_VDEV_STATS_ID_UPDATE, /* 0x8010 */
/*=== END VDEV_PARAM_PROTOTYPE SECTION ===*/
} WMI_VDEV_PARAM;
@@ -16736,6 +16736,12 @@ typedef struct {
A_UINT32 emlsr_trans_delay_us;
/** eMLSR padding delay in microseconds */
A_UINT32 emlsr_padding_delay_us;
/** Medium Synchronization Duration in microseconds */
A_UINT32 msd_dur_us;
/** Medium Synchronization OFDM ED Threshold */
A_UINT32 msd_ofdm_ed_thr;
/** Medium Synchronization Max Num of TXOPs */
A_UINT32 msd_max_num_txops;
} wmi_peer_assoc_mlo_params;
typedef struct {