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

Commit e250a718 authored by spuligil's avatar spuligil
Browse files

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

add WMI_AFC_EXPIRY_EVENT_STOP_TX def

Change-Id: Ief73f7550834de2f60c2565f99d03cd72f4c5bb3
CRs-Fixed: 2262693
parent 251acfea
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -31662,10 +31662,14 @@ typedef enum {
     *    with expiry event.
     * 3. If AFC server is not responding to FW in specified time, FW will
     *    indicate host to switch to LPI.
     * 4. In SP mode, if AFC server is not responding to FW in
     *    specified time then FW will indicate host to stop TX since
     *    there are no lower power mode available.
     */
    WMI_AFC_EXPIRY_EVENT_START         = 1,
    WMI_AFC_EXPIRY_EVENT_RENEW         = 2,
    WMI_AFC_EXPIRY_EVENT_SWITCH_TO_LPI = 3,
    WMI_AFC_EXPIRY_EVENT_STOP_TX       = 4,
} WMI_AFC_EXPIRY_EVENT_SUBTYPE;
typedef enum {
+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_ 1138
#define __WMI_REVISION_ 1139

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