summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspuligil <quic_spuligil@quicinc.com>2023-03-21 06:01:01 -0700
committerMadan Koyyalamudi <quic_mkoyyala@quicinc.com>2023-03-23 06:48:58 -0700
commit906deb2ffdafedca303d972ccf9433f9e778bae8 (patch)
tree0ce64688778fd851e4b99018c92edc335f380bb2
parent42bc445adfcbf988365424e6ef2f03a473cf50de (diff)
downloadwlan-fw-api-906deb2ffdafedca303d972ccf9433f9e778bae8.tar.gz
fw-api: CL 22164863 - update fw common interface files
Change-Id: I84f1c69377cfbbe9dbd2a86cc1a9edcb64937f38 WMI: add RESTRICTED_TWT flag in TWT_SESSION_FLAGs CRs-Fixed: 2262693
-rw-r--r--fw/wmi_unified.h3
-rw-r--r--fw/wmi_version.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h
index f3cb73b..2d565e9 100644
--- a/fw/wmi_unified.h
+++ b/fw/wmi_unified.h
@@ -42221,6 +42221,9 @@ typedef struct {
#define WMI_TWT_SESSION_FLAG_TWT_PM_RESPONDER_MODE_GET(_var) WMI_GET_BITS(_var, 22, 1)
#define WMI_TWT_SESSION_FLAG_TWT_PM_RESPONDER_MODE_SET(_var, _val) WMI_SET_BITS(_var, 22, 1, _val)
+#define WMI_TWT_SESSION_FLAG_RESTRICTED_TWT_GET(_var) WMI_GET_BITS(_var, 23, 1)
+#define WMI_TWT_SESSION_FLAG_RESTRICTED_TWT_SET(_var, _val) WMI_SET_BITS(_var, 23, 1, _val)
+
typedef struct {
/** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_twt_session_stats_info */
A_UINT32 tlv_hdr;
diff --git a/fw/wmi_version.h b/fw/wmi_version.h
index 23c2326..817cde1 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_ 1306
+#define __WMI_REVISION_ 1307
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work