Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3a23e19 authored by spuligil's avatar spuligil Committed by Madan Koyyalamudi
Browse files

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
parent 723e99ec
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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 {
+1 −1
Original line number Diff line number Diff line
@@ -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