Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f9ac2ae authored by spuligil's avatar spuligil Committed by Madan Koyyalamudi
Browse files

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
parent e49bf29d
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -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 {
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@
#define __WMI_VER_MINOR_    0
/** WMI revision number has to be incremented when there is a
 *  change that may or may not break compatibility. */
#define __WMI_REVISION_ 1180
#define __WMI_REVISION_ 1181

/** The Version Namespace should not be normally changed. Only
 *  host and firmware of the same WMI namespace will work