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:
parent
723e99ec1b
commit
d3a23e19f1
@ -7100,6 +7100,8 @@ typedef struct {
|
||||
enum {
|
||||
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 {
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user