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
This commit is contained in:

committed by
Madan Koyyalamudi

szülő
723e99ec1b
commit
d3a23e19f1
@@ -7098,8 +7098,10 @@ typedef struct {
|
|||||||
|
|
||||||
/* tx peer filter action - Filter Tx Packets - add/remove filter */
|
/* tx peer filter action - Filter Tx Packets - add/remove filter */
|
||||||
enum {
|
enum {
|
||||||
WMI_PEER_TX_FILTER_ACTION_ADD = 1,
|
WMI_PEER_TX_FILTER_ACTION_ADD = 1,
|
||||||
WMI_PEER_TX_FILTER_ACTION_REMOVE = 2,
|
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 {
|
typedef struct {
|
||||||
|
@@ -37,7 +37,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_ 1185
|
#define __WMI_REVISION_ 1186
|
||||||
|
|
||||||
/** 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
|
||||||
|
Reference in New Issue
Block a user