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

Commit cbcc175a authored by spuligil's avatar spuligil
Browse files

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

Change-Id: I2efca07ef1d75021fe54eb5deedead07cd01d00a
WMI: add SERVICE_11BE flag, add eht_ops field in vdev start req msg
CRs-Fixed: 2262693
parent 4956ecbc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -531,6 +531,7 @@ typedef enum {
    WMI_SERVICE_DCS_AWGN_INT_SUPPORT = 286, /* Indicates FW supports AWGN Int */
    WMI_SERVICE_IGMP_OFFLOAD_SUPPORT = 287, /* FW supports igmp offload during APPS suspend */
    WMI_SERVICE_11AX_TDLS_SUPPORT = 288, /* Indicates FW supports 11ax TDLS. Host should enable 11ax on TDLS only when FW indicates the support. */
    WMI_SERVICE_11BE = 289, /* Indicates FW supports 11be */


    WMI_MAX_EXT2_SERVICE
+1 −0
Original line number Diff line number Diff line
@@ -1151,6 +1151,7 @@ typedef enum {
    WMITLV_TAG_STRUC_wmi_mlo_teardown_complete_fixed_param,
    WMITLV_TAG_STRUC_wmi_igmp_offload_fixed_param,
    WMITLV_TAG_STRUC_wmi_pdev_extd_stats,
    WMITLV_TAG_STRUC_wmi_peer_assoc_mlo_params,
} WMITLV_TAG_ID;

/*
+1 −0
Original line number Diff line number Diff line
@@ -11216,6 +11216,7 @@ typedef struct {
    /** vdevid of transmitting VAP (mbssid case). Ignored for non mbssid case */
    A_UINT32 vdevid_trans;
    A_UINT32 eht_ops;
/* The TLVs follows this structure:
 *     wmi_channel chan; <-- WMI channel
+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_ 985
#define __WMI_REVISION_ 986

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