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

Commit 3f85163c authored by spuligil's avatar spuligil Committed by Ravindra Konda
Browse files

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

Change-Id: Id171e59ed35be79c9999940b8e7674a872d9f4a1
CRs-Fixed: 2262693
parent 7c8dc7af
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -41210,12 +41210,13 @@ typedef struct {
} wmi_big_data_dp_stats_tlv_param;
typedef enum {
    WMI_6GHZ_REG_LPI = 0,
    WMI_6GHZ_REG_VLP = 1,
    WMI_6GHZ_REG_SP  = 2,
    WMI_6GHZ_REG_SP_STA = 3,
    WMI_6GHZ_REG_MAX = 5, /* Can't expand, b/c used as array length below */
} WMI_6GHZ_REG_TYPE;
    WMI_6GHZ_REG_PWRMODE_LPI = 0,
    WMI_6GHZ_REG_PWRMODE_SP = 1,
    WMI_6GHZ_REG_PWRMODE_VLP  = 2,
    WMI_6GHZ_REG_PWRMODE_SP_STA = 3,
    WMI_6GHZ_REG_PWRMODE_MAX = 5
} WMI_6GHZ_REG_PWRMODE_TYPE;
typedef struct {
    A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_vdev_set_tpc_power_fixed_param */
+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_ 1455
#define __WMI_REVISION_ 1456

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