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

Commit f33e8639 authored by spuligil's avatar spuligil Committed by Rahul Choudhary
Browse files

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

Change-Id: I3fe050cdf7234665e52dac04b1678fded469af47
WMI: add MULTIPASS_SAP_SUPPORT flag in target capabilities
CRs-Fixed: 2262693
parent 7d19bafc
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -3338,6 +3338,11 @@ typedef struct {
#define WMI_TARGET_CAP_CONCURRENCE_SUPPORT_SET(target_cap_flags, value) \
    WMI_SET_BITS(target_cap_flags, 11, 2, value)
#define WMI_TARGET_CAP_MULTIPASS_SAP_SUPPORT_GET(target_cap_flags) \
    WMI_GET_BITS(target_cap_flags, 13, 1)
#define WMI_TARGET_CAP_MULTIPASS_SAP_SUPPORT_SET(target_cap_flags, value) \
    WMI_SET_BITS(target_cap_flags, 13, 1, value)
/*
 * wmi_htt_msdu_idx_to_htt_msdu_qtype GET/SET APIs
 */
@@ -3480,7 +3485,8 @@ typedef struct {
     * Bits 12:11  concurrence support capability
     *      Bit11 - [ML-STA + SL-STA]  0: not supported; 1:supported
     *      Bit12 - [ML-STA + SL-SAP]  0: not supported; 1:supported
     * Bits 31:13 - Reserved
     * Bit 13 - Support for multipass SAP
     * Bits 31:14 - Reserved
     */
    A_UINT32 target_cap_flags;
+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_ 1342
#define __WMI_REVISION_ 1343

/** The Version Namespace should not be normally changed. Only
 *  host and firmware of the same WMI namespace will work