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

Commit 3050d9dd authored by spuligil's avatar spuligil
Browse files

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

Change-Id: I615714f288f15a3d64bb5e55ef9c0376296337d6
WMI: generalize VDEV_PARAM_XPAN_PROFILE to VDEV_PARAM_SET_PROFILE
CRs-Fixed: 2262693
parent be6699d7
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -15204,11 +15204,13 @@ typedef enum {
        WMI_VDEV_PARAM_MCAST_STEERING,                        /* 0x800E */
        /*
         * 0 - XPAN disabled
         * 1 - XPAN Lossless audio profile
         * 2 - XPAN Gaming profile
         * bit 0: 0 - XR SAP profile disabled
         *        1 - XR SAP profile enabled
         * bit 1: 0 - XPAN profile disabled
         *        1 - XPAN profile enabled
         * bits 31:2 - reserved
         */
        WMI_VDEV_PARAM_XPAN_PROFILE,                          /* 0x800F */
        WMI_VDEV_PARAM_SET_PROFILE,                           /* 0x800F */
        /*
         * for valid vdev id
+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_ 1271
#define __WMI_REVISION_ 1272

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