Эх сурвалжийг харах

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

Change-Id: Ia83641174e04f0f7976349f32963bc78489ee54e
WMI: add PEER_TX_FILTER_ACTION ADD_AND_ENABLE,REMOVE_AND_CLEAR defs
CRs-Fixed: 2262693
spuligil 2 жил өмнө
parent
commit
d3a23e19f1
2 өөрчлөгдсөн 5 нэмэгдсэн , 3 устгасан
  1. 4 2
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 4 - 2
fw/wmi_unified.h

@@ -7098,8 +7098,10 @@ typedef struct {
 
 /* tx peer filter action - Filter Tx Packets  - add/remove filter */
 enum {
-    WMI_PEER_TX_FILTER_ACTION_ADD        = 1,
-    WMI_PEER_TX_FILTER_ACTION_REMOVE     = 2,
+    WMI_PEER_TX_FILTER_ACTION_ADD                           = 1,
+    WMI_PEER_TX_FILTER_ACTION_REMOVE                        = 2,
+    WMI_PEER_TX_FILTER_ACTION_ADD_AND_ENABLE_FILTERING      = 3,
+    WMI_PEER_TX_FILTER_ACTION_REMOVE_AND_CLEAR_FILTERING    = 4,
 };
 
 typedef struct {

+ 1 - 1
fw/wmi_version.h

@@ -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_ 1185
+#define __WMI_REVISION_ 1186
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work