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

Commit 8c8b4fe7 authored by spuligil's avatar spuligil Committed by Ravindra Konda
Browse files

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

Add WLM_FLAGS_PS MLO_PROBE_SCAN_DISABLED flag

Change-Id: Icf7d91c744a5fc3929b8fd4e5cd9bca583f5b4af
CRs-Fixed: 2262693
parent d90c14ac
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -38186,6 +38186,10 @@ typedef struct {
/* bit 17-31 of flags is reserved for powersave and WAL */
/* bit 23: WLM_FLAGS_PS_DISABLE_MLO_PROBE_SCAN,
 *     disable MLO probe scan if bit is set
 */
#define WLM_FLAGS_PS_DISABLE_MLO_PROBE_SCAN  1  /* disable MLO probe scan */
#define WLM_FLAGS_SCAN_IS_SUPPRESS(flag)                  WMI_GET_BITS(flag, 0, 1)
#define WLM_FLAGS_SCAN_SET_SUPPRESS(flag, val)            WMI_SET_BITS(flag, 0, 1, val)
@@ -38220,6 +38224,8 @@ typedef struct {
#define WLM_FLAGS_SCAN_SET_SPLIT_PAS_CH_ENABLE(flag, val) WMI_SET_BITS(flag, 21, 1, val)
#define WLM_FLAGS_SCAN_IS_ADAPT_SCAN_ENABLED(flag)        WMI_GET_BITS(flag, 22, 1)
#define WLM_FLAGS_SCAN_SET_ADAPT_SCAN_ENABLE(flag, val)   WMI_SET_BITS(flag, 22, 1, val)
#define WLM_FLAGS_PS_IS_MLO_PROBE_SCAN_DISABLED(flag)      WMI_GET_BITS(flag, 23, 1)
#define WLM_FLAGS_PS_SET_MLO_PROBE_SCAN_DISABLE(flag, val) WMI_SET_BITS(flag, 23, 1, val)
#define WLM_FLAGS_SET_FORCE_DEFAULT_LATENCY(flag, val)    WMI_SET_BITS(flag, 0, 1, val)
#define WLM_FLAGS_GET_FORCE_DEFAULT_LATENCY(flag)         WMI_GET_BITS(flag, 0, 1)
+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_ 1404
#define __WMI_REVISION_ 1405

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