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

Add WLAN_ROAM_SCORE_BAND_6G_INDEX def

Change-Id: I12cea3f3c006623178b589e076b02a953db93e3b
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2020-05-14 06:00:37 -07:00
committed by nshrivas
parent 2d4951080c
commit 57648dee69
2 changed files with 3 additions and 2 deletions

View File

@@ -13513,7 +13513,8 @@ typedef struct {
#define WLAN_ROAM_SCORE_BAND_2G_INDEX 0
#define WLAN_ROAM_SCORE_BAND_5G_INDEX 1
/* 2 and 3 are reserved */
#define WLAN_ROAM_SCORE_BAND_6G_INDEX 2
/* 3 is reserved */
#define WLAN_ROAM_SCORE_MAX_BAND_INDEX 4
#define WMI_ROAM_GET_BAND_SCORE_PERCENTAGE(value32, band_index) WMI_GET_BITS(value32, (8 * (band_index)), 8)
#define WMI_ROAM_SET_BAND_SCORE_PERCENTAGE(value32, score_pcnt, band_index) WMI_SET_BITS(value32, (8 * (band_index)), 8, score_pcnt)

View File

@@ -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_ 836
#define __WMI_REVISION_ 837
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work