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

Commit 52678fae authored by spuligil's avatar spuligil Committed by nshrivas
Browse files

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

Change-Id: I2dc546ec07c59f481702c304d849bd505805f42e
WMI: add VDEV_UP_FLAG_EMA_MBSSID_AP def
CRs-Fixed: 2262693
parent d58ccd02
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -9916,6 +9916,15 @@ typedef struct {
    A_UINT32 vdev_id;
} wmi_vdev_delete_cmd_fixed_param;
enum WMI_VDEV_UP_FLAGS {
    /** EMA_MBSSID_AP
     * Valid only for STA VDEV.
     * This flag will be set when STA connected MBSSID AP is EMA capable.
     * EMA - Enhanced Multiple BSS Advertisemet.
     */
    WMI_VDEV_UP_FLAG_EMA_MBSSID_AP = 0x00000001,
};
typedef struct {
    A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_vdev_up_cmdid_fixed_param */
    /** unique id identifying the VDEV, generated by the caller */
@@ -9936,6 +9945,8 @@ typedef struct {
    A_UINT32 tlv_header; /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_vdev_stop_cmd_fixed_param */
    /** unique id identifying the VDEV, generated by the caller */
    A_UINT32 vdev_id;
    /** flags - this is a bitwise-or combination of WMI_VDEV_UP_FLAGS values */
    A_UINT32 flags;
} wmi_vdev_stop_cmd_fixed_param;
typedef struct {
+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_ 831
#define __WMI_REVISION_ 832

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