Pārlūkot izejas kodu

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

WMI_TPC_CONFIG_EVENT_FLAG_IF defs for version spec

Change-Id: I0cb980f6b35f4e6841155f808afb3f3716ca2dc7
CRs-Fixed: 2262693
spuligil 6 gadi atpakaļ
vecāks
revīzija
ecf2af30d7
2 mainītis faili ar 7 papildinājumiem un 2 dzēšanām
  1. 6 1
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 6 - 1
fw/wmi_unified.h

@@ -5733,9 +5733,14 @@ typedef struct {
 #define WMI_TPC_TX_NUM_CHAIN        4
 #define WMI_TPC_TX_NUM_CHAIN        4
 
 
 typedef enum {
 typedef enum {
-    WMI_TPC_CONFIG_EVENT_FLAG_TABLE_CDD = 0x1,
+    /* bits 0-7 for table flags */
+    WMI_TPC_CONFIG_EVENT_FLAG_TABLE_CDD  = 0x1,
     WMI_TPC_CONFIG_EVENT_FLAG_TABLE_STBC = 0x2,
     WMI_TPC_CONFIG_EVENT_FLAG_TABLE_STBC = 0x2,
     WMI_TPC_CONFIG_EVENT_FLAG_TABLE_TXBF = 0x4,
     WMI_TPC_CONFIG_EVENT_FLAG_TABLE_TXBF = 0x4,
+
+    /* bits 8-11 for interface version flags */
+    WMI_TPC_CONFIG_EVENT_FLAG_IF_MASK = 0x0F00,
+    WMI_TPC_CONFIG_EVENT_FLAG_IF_V1   = 0x0100,
 } WMI_TPC_CONFIG_EVENT_FLAG;
 } WMI_TPC_CONFIG_EVENT_FLAG;
 
 
 typedef struct {
 typedef struct {

+ 1 - 1
fw/wmi_version.h

@@ -36,7 +36,7 @@
 #define __WMI_VER_MINOR_    0
 #define __WMI_VER_MINOR_    0
 /** WMI revision number has to be incremented when there is a
 /** WMI revision number has to be incremented when there is a
  *  change that may or may not break compatibility. */
  *  change that may or may not break compatibility. */
-#define __WMI_REVISION_ 611
+#define __WMI_REVISION_ 612
 
 
 /** The Version Namespace should not be normally changed. Only
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work
  *  host and firmware of the same WMI namespace will work