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

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

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

Change-Id: I708aeb88b4ad5f66103e4cac40a06ece89b6e023
WMI: provide vendor_specific2 space in wmi_roam_trigger_reason
CRs-Fixed: 2262693
parent 0fad23f9
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -30724,6 +30724,19 @@ typedef struct {
    A_UINT32 btm_bss_termination_timeout;
    /* BTM MBO assoc retry timeout value in milli seconds */
    A_UINT32 btm_mbo_assoc_retry_timeout;
    union {
        /*
         * If a definition of these vendor-specific files has been provided,
         * use the vendor-specific names for these fields as an alias for
         */
        #ifdef WMI_ROAM_TRIGGER_REASON_VENDOR_SPECIFIC2
        WMI_ROAM_TRIGGER_REASON_VENDOR_SPECIFIC2;
        #endif
        struct {
            /* opaque space reservation for vendor-specific fields */
            A_UINT32 vendor_specific2[3];
        };
    };
} wmi_roam_trigger_reason;
typedef struct {
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,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_ 1002
#define __WMI_REVISION_ 1003

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