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

Commit 0cd36765 authored by spuligil's avatar spuligil
Browse files

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

add WMI_ROAM_INVOKE_FLAG_SELECT_CANDIDATE_CONSIDER_SCORE def

Change-Id: Ieacf42ff59624e02048e345a9768697c94a95087
CRs-Fixed: 2262693
parent cda460e9
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -17407,7 +17407,11 @@ typedef struct{
#define WMI_ROAM_INVOKE_FLAG_NO_NULL_FRAME_TO_AP       2
/* start extra full scan if no candidate found in previous scan */
#define WMI_ROAM_INVOKE_FLAG_FULL_SCAN_IF_NO_CANDIDATE 3
/* from bit 4 to bit 31 are reserved */
/* when bit is set: candidate selection algo will based on fw score algo.
 * when bit is not set: candidate selection algo will ignore score.
 */
#define WMI_ROAM_INVOKE_FLAG_SELECT_CANDIDATE_CONSIDER_SCORE 4
/* from bit 5 to bit 31 are reserved */
#define WMI_SET_ROAM_INVOKE_ADD_CH_TO_CACHE(flag) do { \
        (flag) |=  (1 << WMI_SET_ROAM_INVOKE_ADD_CH_TO_CACHE);      \
+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_ 1107
#define __WMI_REVISION_ 1108

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