Explorar el Código

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

Change-Id: I2dc546ec07c59f481702c304d849bd505805f42e
WMI: add VDEV_UP_FLAG_EMA_MBSSID_AP def
CRs-Fixed: 2262693
spuligil hace 4 años
padre
commit
52678fae6e
Se han modificado 2 ficheros con 12 adiciones y 1 borrados
  1. 11 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 11 - 0
fw/wmi_unified.h

@@ -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
fw/wmi_version.h

@@ -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