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

Change-Id: I35f0f4cb6961119601e60b592a4e4b4b53d21015
WMI: in peer_assoc_mlo_params deprecate msd_dur_us, use msd_dur_subfield
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2023-04-05 06:01:14 -07:00
orang tua e6ae8d617a
melakukan e5ccbe20c6
2 mengubah file dengan 8 tambahan dan 3 penghapusan

Melihat File

@@ -20235,8 +20235,13 @@ typedef struct {
A_UINT32 emlsr_trans_delay_us; A_UINT32 emlsr_trans_delay_us;
/** eMLSR padding delay in microseconds */ /** eMLSR padding delay in microseconds */
A_UINT32 emlsr_padding_delay_us; A_UINT32 emlsr_padding_delay_us;
/** Medium Synchronization Duration in microseconds */ union {
A_UINT32 msd_dur_us; /** Medium Synchronization Duration field in units of 32 microseconds */
A_UINT32 msd_dur_subfield;
/** DEPRECATED - DO NOT USE.
* Medium Synchronization Duration in microseconds */
A_UINT32 msd_dur_us;
};
/** Medium Synchronization OFDM ED Threshold */ /** Medium Synchronization OFDM ED Threshold */
A_UINT32 msd_ofdm_ed_thr; A_UINT32 msd_ofdm_ed_thr;
/** Medium Synchronization Max Num of TXOPs */ /** Medium Synchronization Max Num of TXOPs */

Melihat File

@@ -37,7 +37,7 @@
#define __WMI_VER_MINOR_ 0 #define __WMI_VER_MINOR_ 0
/** WMI revision number has to be incremented when there is a /** WMI revision number has to be incremented when there is a
* change that may or may not break compatibility. */ * change that may or may not break compatibility. */
#define __WMI_REVISION_ 1316 #define __WMI_REVISION_ 1317
/** The Version Namespace should not be normally changed. Only /** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work * host and firmware of the same WMI namespace will work