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

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

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

Change-Id: I396174aec29466bb5bc6a0af53135c1a535dad0d
WMI: add mac_tsf_id field in vdev_start_resp, roam_sync evt msgs
CRs-Fixed: 2262693
parent 4e6bebbf
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -14954,6 +14954,8 @@ typedef struct {
     * max_allowed_tx_power = 0 dBm means value is not specified.
     */
    A_INT32 max_allowed_tx_power;
    /** unique id to identify mac's TSF register */
    A_UINT32 mac_tsf_id;
} wmi_vdev_start_response_event_fixed_param;
typedef struct {
@@ -24678,6 +24680,8 @@ typedef struct {
     * max_allowed_tx_power = 0 dBm means value is not specified.
     */
    A_INT32 max_allowed_tx_power;
    /** unique id to identify mac's TSF register */
    A_UINT32 mac_tsf_id;
    /**
     * 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_ 1184
#define __WMI_REVISION_ 1185

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