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

Commit 47ed1a51 authored by spuligil's avatar spuligil
Browse files

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

Change-Id: Ia169714da68b10bc7e812832e2829afc8cb0b463
WMI: add STA_DUMP_SUPPORT flag and more VENDOR_REQ enum vals
CRs-Fixed: 2262693
parent f33e8639
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -5075,12 +5075,14 @@ typedef enum {
    WMI_VENDOR1_REQ1_VERSION_3_20   = 2,
    WMI_VENDOR1_REQ1_VERSION_3_30   = 3,
    WMI_VENDOR1_REQ1_VERSION_3_40   = 4,
    WMI_VENDOR1_REQ1_VERSION_4_00   = 5,
} WMI_VENDOR1_REQ1_VERSION;
typedef enum {
    WMI_VENDOR1_REQ2_VERSION_3_00   = 0,
    WMI_VENDOR1_REQ2_VERSION_3_01   = 1,
    WMI_VENDOR1_REQ2_VERSION_3_20   = 2,
    WMI_VENDOR1_REQ2_VERSION_3_50   = 3,
} WMI_VENDOR1_REQ2_VERSION;
typedef enum {
@@ -5358,6 +5360,11 @@ typedef enum {
#define WMI_SET_HOST_BAND_CAP(feature_bitmap, val)   \
        WMI_SET_BITS_ARRAY_LEN32_BYTES(feature_bitmap, 106, 6, val)
#define WMI_GET_STA_DUMP_SUPPORT(var, feature_bitmap)   \
        WMI_GET_BITS_ARRAY_LEN32_BYTES(var, feature_bitmap, 112, 1)
#define WMI_SET_STA_DUMP_SUPPORT(feature_bitmap, val)   \
        WMI_SET_BITS_ARRAY_LEN32_BYTES(feature_bitmap, 112, 1, val)
/*
 * Specify how many A_UINT32 words are needed to hold the feature bitmap flags.
 * This value may change over time.
+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_ 1343
#define __WMI_REVISION_ 1344

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