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

Commit 594f4438 authored by spuligil's avatar spuligil Committed by Ravindra Konda
Browse files

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

Change-Id: If65c3c73f72d7228e9b513dd4d290fdc75f99e12
CRs-Fixed: 3830439
parent 0da0a509
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -684,6 +684,7 @@ typedef enum {
    WMI_SERVICE_IS_TARGET_IPA = 425,
    WMI_SERVICE_THERM_THROT_TX_CHAIN_MASK = 426, /*FW supports thermal throttling dynamic Tx ChainMask update */
    WMI_SERVICE_SPLIT_PHY_PDEV_SUSPEND_RESUME_SUPPORT = 427, /* Indicates FW support pdev suspend/resume in split-phy radio */
    WMI_SERVICE_USD_SUPPORT = 428, /* Indicates FW supports Unsynchronized Service Discovery */


    WMI_MAX_EXT2_SERVICE
+1 −0
Original line number Diff line number Diff line
@@ -38126,6 +38126,7 @@ static INLINE A_UINT8 *wmi_id_to_name(A_UINT32 wmi_command)
        WMI_RETURN_STRING(WMI_SOC_TX_PACKET_CUSTOM_CLASSIFY_CMDID);
        WMI_RETURN_STRING(WMI_SET_AP_SUSPEND_RESUME_CMDID);
        WMI_RETURN_STRING(WMI_P2P_GO_DFS_AP_CONFIG_CMDID);
        WMI_RETURN_STRING(WMI_USD_SERVICE_CMDID);
    }
    return (A_UINT8 *) "Invalid WMI cmd";
+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_ 1518
#define __WMI_REVISION_ 1519

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