summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspuligil <quic_spuligil@quicinc.com>2023-03-23 04:33:02 -0700
committerMadan Koyyalamudi <quic_mkoyyala@quicinc.com>2023-03-23 06:49:04 -0700
commit3798e9a2dca9c3349fb4b7a5568ed0d130323194 (patch)
tree77f9d8a2936b3f40b7b182574df930e960693d12
parentd7a2f33bbeb1d8ad343d983c3631dfdcf5618af4 (diff)
downloadwlan-fw-api-3798e9a2dca9c3349fb4b7a5568ed0d130323194.tar.gz
fw-api: CL 22203879 - update fw common interface files
add WMI_ROAM_FAIL_REASON_CURR_AP_STILL_OK def Change-Id: I18f9bb71bedd7fe8b9c64571d4b4b7b0800a282a 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 2d565e9..cf61094 100644
--- a/fw/wmi_unified.h
+++ b/fw/wmi_unified.h
@@ -12315,7 +12315,7 @@ typedef struct {
WMI_GET_BITS(flag, 30, 1)
#define WMI_PDEV_STATS_GAP_CLKGATE_VALID_SET(flag, val) \
WMI_SET_BITS(flag, 30, 1, val)
-#define WMI_PDEV_BURST_ENABLE_GET(flag) \
+#define WMI_PDEV_STATS_BURST_ENABLE_GET(flag) \
WMI_GET_BITS(flag, 31, 1)
#define WMI_PDEV_STATS_BURST_ENABLE_SET(flag, val) \
WMI_SET_BITS(flag, 31, 1, val)
@@ -37968,6 +37968,7 @@ typedef enum {
/* Failure reasons to indicate no candidate and final bmiss event sent */
WMI_ROAM_FAIL_REASON_NO_AP_FOUND_AND_FINAL_BMISS_SENT, /* No roamable APs found during roam scan and final bmiss event sent */
WMI_ROAM_FAIL_REASON_NO_CAND_AP_FOUND_AND_FINAL_BMISS_SENT, /* No candidate APs found during roam scan and final bmiss event sent */
+ WMI_ROAM_FAIL_REASON_CURR_AP_STILL_OK, /* Roam scan not happen due to current network condition is fine */
WMI_ROAM_FAIL_REASON_UNKNOWN = 255,
} WMI_ROAM_FAIL_REASON_ID;
diff --git a/fw/wmi_version.h b/fw/wmi_version.h
index 817cde1..db8c065 100644
--- a/fw/wmi_version.h
+++ b/fw/wmi_version.h
@@ -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_ 1307
+#define __WMI_REVISION_ 1308
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work