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

Commit 5c147928 authored by spuligil's avatar spuligil Committed by Ravindra Konda
Browse files

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

Change-Id: I5f96310351cc52bd962eec2761d0d324df2ec101
CRs-Fixed: 3830439
parent 94c35e3b
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -5392,6 +5392,12 @@ typedef enum {
    WMI_HOST_BAND_CAP_6GHZ = 0x04,
} WMI_HOST_BAND_CAP;
typedef enum {
    WLAN_CONNECT_EXT_FEATURE_RSNO   = 0,
    NUM_WLAN_CONNECT_EXT_FEATURES /* keep last */
} wlan_connect_ext_features;
/* HW features supported info */
/* enum WMI_WIFI_STANDARD are possible values for WiFi standard bitfield */
#define WMI_GET_WIFI_STANDARD(var, feature_bitmap)              \
@@ -18936,6 +18942,12 @@ typedef enum {
    /* Update TWT_UNAVAIL_MODE */
    WMI_VDEV_PARAM_TWT_UNAVAIL_MODE,                      /* 0xC6 */
    /*
     * Additional features supported for connection.
     * Value is from enum wlan_connect_ext_features
     */
    WMI_VDEV_PARAM_CONNECT_EXT_FEATURES,                  /* 0xC7 */
    /*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
     * The below vdev param types are used for prototyping, and are
+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_ 1514
#define __WMI_REVISION_ 1515

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