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

Commit 2c949273 authored by spuligil's avatar spuligil
Browse files

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

Fix WMI_SERVICE_EXT2_DISABLE macro, add WMI_SERVICE_6G_EDGE_CHANNEL_SUPPORT def

Change-Id: Ia2601893c429b9b32e2f58a2115794f42fbe9fa6
CRs-Fixed: 2262693
parent 35437d43
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -525,6 +525,7 @@ typedef enum {
    WMI_SERVICE_EXT_TPC_REG_SUPPORT = 280, /* Support for new 6G TPC power limits */
    WMI_SERVICE_REG_CC_EXT_EVENT_SUPPORT = 281, /* Support for Extended REG_CC Event with additional params for 6G */
    WMI_SERVICE_NDI_TXBF_SUPPORT = 282, /* Indicates FW support for Tx beamforming with NDI VDEV */
    WMI_SERVICE_6G_EDGE_CHANNEL_SUPPORT = 283, /* Indicates FW Support for 6GHz Edge Channels */


    WMI_MAX_EXT2_SERVICE
@@ -622,7 +623,7 @@ typedef enum {
        if (svc_id < WMI_MAX_SERVICE) { \
            WMI_SERVICE_DISABLE(pwmi_svc_bmap, svc_id); \
        } else if (svc_id < WMI_MAX_EXT_SERVICE) { \
            WMI_SERVICE_DISABLE(pwmi_svc_bmap, pwmi_svc_ext_bmap, svc_id); \
            WMI_SERVICE_EXT_DISABLE(pwmi_svc_bmap, pwmi_svc_ext_bmap, svc_id); \
        } else { \
            int word = ((svc_id) - WMI_MAX_EXT_SERVICE) / 32; \
            int bit = (svc_id) & 0x1f; /* svc_id mod 32 */ \
+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_ 966
#define __WMI_REVISION_ 967

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