Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 906deb2f authored by spuligil's avatar spuligil Committed by Madan Koyyalamudi
Browse files

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

Change-Id: I84f1c69377cfbbe9dbd2a86cc1a9edcb64937f38
WMI: add RESTRICTED_TWT flag in TWT_SESSION_FLAGs
CRs-Fixed: 2262693
parent 42bc445a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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