summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspuligil <spuligil@codeaurora.org>2020-05-14 06:00:37 -0700
committernshrivas <nshrivas@codeaurora.org>2020-05-22 07:06:23 -0700
commit57648dee69e305257aa42cdd972b892029927ddd (patch)
tree98cec33968c44dbe3d3614e929892788af1e5110
parent2d4951080c06233007446fa5986a004191756114 (diff)
downloadwlan-fw-api-57648dee69e305257aa42cdd972b892029927ddd.tar.gz
fw-api: CL 10450925 - update fw common interface files
Add WLAN_ROAM_SCORE_BAND_6G_INDEX def Change-Id: I12cea3f3c006623178b589e076b02a953db93e3b CRs-Fixed: 2262693
-rw-r--r--fw/wmi_unified.h3
-rw-r--r--fw/wmi_version.h2
2 files changed, 3 insertions, 2 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h
index c0bf638..669cf09 100644
--- a/fw/wmi_unified.h
+++ b/fw/wmi_unified.h
@@ -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)
diff --git a/fw/wmi_version.h b/fw/wmi_version.h
index 737285e..b19ade1 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_ 836
+#define __WMI_REVISION_ 837
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work