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

Commit 40bf8311 authored by spuligil's avatar spuligil
Browse files

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

XPAN fw common changes

Change-Id: I0883a2dfeec7236d30621c7945d8055776b01605
CRs-Fixed: 2262693
parent 654d5aa2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5177,6 +5177,7 @@ enum htt_srng_ring_id {
    HTT_TX_MON_MON2HOST_DEST_RING,  /* Used by monitor to fill status buffers and provide to host */
    HTT_RX_MON_HOST2MON_BUF_RING,   /* Status buffers and Packet buffers are provided by host */
    HTT_RX_MON_MON2HOST_DEST_RING, /* Used by monitor to fill status buffers and provide to host */
    HTT_LPASS_TO_FW_RXBUF_RING,    /* new LPASS to FW refill ring to recycle rx buffers */
    /* Add Other SRING which can't be directly configured by host software above this line */
};
+7 −0
Original line number Diff line number Diff line
@@ -14216,6 +14216,13 @@ typedef enum {
         */
        WMI_VDEV_PARAM_MCAST_STEERING,                        /* 0x800E */
        /*
         * 0 - XPAN disabled
         * 1 - XPAN Lossless audio profile
         * 2 - XPAN Gaming profile
         */
        WMI_VDEV_PARAM_XPAN_PROFILE,                          /* 0x800F */
    /*=== END VDEV_PARAM_PROTOTYPE SECTION ===*/
} WMI_VDEV_PARAM;
+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_ 1159
#define __WMI_REVISION_ 1160

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