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

Commit 3cfa47a4 authored by spuligil's avatar spuligil Committed by nshrivas
Browse files

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

Fix def of WMI_BEACON_PROTECTION_EN_GET macro

Change-Id: Iefa315a00a728c5f9871035413b12fe5fcacd80e
CRs-Fixed: 2262693
parent e47dba33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11129,7 +11129,7 @@ typedef struct {
    WMI_SET_BITS(param, WMI_BEACON_PROTECTION_BIT_POS, 1, value)
#define WMI_BEACON_PROTECTION_EN_GET(param) \
    WMI_GET_BITS(param, WMI_BEACON_PROTECTION_EN_BIT_POS, 1)
    WMI_GET_BITS(param, WMI_BEACON_PROTECTION_BIT_POS, 1)
typedef struct {
    A_UINT32 tlv_header; /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_prb_tmpl_cmd_fixed_param */
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,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_ 800
#define __WMI_REVISION_ 801

/** The Version Namespace should not be normally changed. Only
 *  host and firmware of the same WMI namespace will work