Browse Source

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

Change-Id: I84f1c69377cfbbe9dbd2a86cc1a9edcb64937f38
WMI: add RESTRICTED_TWT flag in TWT_SESSION_FLAGs
CRs-Fixed: 2262693
spuligil 2 years ago
parent
commit
906deb2ffd
2 changed files with 4 additions and 1 deletions
  1. 3 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 3 - 0
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;

+ 1 - 1
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