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

Commit d47254c5 authored by spuligil's avatar spuligil
Browse files

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

add WMI_UNIFIED_VDEV_START_MLO_REPURPOSE_VAP def

Change-Id: I22b612169041c23abb4b72f78c8612468ac587e4
CRs-Fixed: 2262693
parent 09878460
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -16203,6 +16203,12 @@ typedef enum {
 *  If SW encryption is enabled, key plumbing will not happen in FW.
 */
#define WMI_UNIFIED_VDEV_START_HW_ENCRYPTION_DISABLED  (1<<4)
/** Indicates VAP is used for MLO repurpose.
 *  This Indicates that vap can be brought up as 11ax or 11be and can be
 *  repurposed based on the above stack on the fly to change from MLO to
 *  non MLO, currently we support only 11ax and 11be transition.
 */
#define WMI_UNIFIED_VDEV_START_MLO_REPURPOSE_VAP (1<<5)
/* BSS color 0-6 */
#define WMI_HEOPS_COLOR_GET_D2(he_ops) WMI_GET_BITS(he_ops, 0, 6)
+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_ 1365
#define __WMI_REVISION_ 1366

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