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

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

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

Change-Id: Ieb7a932e498ce0e57d40b1f501c2fbd7f4e91fb2
WMI: add mac_tsf_id_valid fields in vdev_start_response,roam_synch evt msgs
CRs-Fixed: 2262693
parent 55fbf0b7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -15129,6 +15129,8 @@ typedef struct {
    A_INT32 max_allowed_tx_power;
    /** unique id to identify mac's TSF register */
    A_UINT32 mac_tsf_id;
    /** ignore mac_tsf_id unless mac_tsf_id_valid is set */
    A_UINT32 mac_tsf_id_valid;
} wmi_vdev_start_response_event_fixed_param;
typedef struct {
@@ -24884,6 +24886,8 @@ typedef struct {
    A_INT32 max_allowed_tx_power;
    /** unique id to identify mac's TSF register */
    A_UINT32 mac_tsf_id;
    /** ignore mac_tsf_id unless mac_tsf_id_valid is set */
    A_UINT32 mac_tsf_id_valid;
    /**
     * TLV (tag length value) parameters follows roam_synch_event
     * The TLV's are:
+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_ 1208
#define __WMI_REVISION_ 1209

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