diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index ecdd09f1ce..687f7a7174 100644 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -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); \ diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 916f8e0092..971527e7ee 100644 --- a/fw/wmi_version.h +++ b/fw/wmi_version.h @@ -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