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:
spuligil 2022-07-31 06:01:14 -07:00 committed by Madan Koyyalamudi
parent 723e99ec1b
commit d3a23e19f1
2 changed files with 5 additions and 3 deletions

View File

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

View File

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