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

Commit 986520c8 authored by spuligil's avatar spuligil
Browse files

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

Change-Id: Iad727fb1f80a63c7c261b7fafbf313ef1e11093a
WMI: indicate in vdev start whether SW encryption is enabled
CRs-Fixed: 2262693
parent 2ebb5e6c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -9644,6 +9644,12 @@ typedef struct {
 * of assoc request/response
 */
#define WMI_UNIFIED_VDEV_START_LDPC_RX_ENABLED  (1<<3)
/** Indicates HW encryption is disabled, and SW encryption is enabled.
 *  If This flag is set, indicates that HW encryption will be disabled
 *  and SW encryption will be enabled.
 *  If SW encryption is enabled, key plumbing will not happen in FW.
 */
#define WMI_UNIFIED_VDEV_START_HW_ENCRYPTION_DISABLED  (1<<4)
/* 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
@@ -36,7 +36,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_ 870
#define __WMI_REVISION_ 871

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