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

XPAN fw common changes

Change-Id: I0883a2dfeec7236d30621c7945d8055776b01605
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2022-05-26 06:01:25 -07:00
parent 654d5aa20b
commit 40bf8311c1
3 changed files with 9 additions and 1 deletions

View File

@@ -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_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_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_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 */ /* Add Other SRING which can't be directly configured by host software above this line */
}; };

View File

@@ -14216,6 +14216,13 @@ typedef enum {
*/ */
WMI_VDEV_PARAM_MCAST_STEERING, /* 0x800E */ 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 ===*/ /*=== END VDEV_PARAM_PROTOTYPE SECTION ===*/
} WMI_VDEV_PARAM; } WMI_VDEV_PARAM;

View File

@@ -37,7 +37,7 @@
#define __WMI_VER_MINOR_ 0 #define __WMI_VER_MINOR_ 0
/** WMI revision number has to be incremented when there is a /** WMI revision number has to be incremented when there is a
* change that may or may not break compatibility. */ * 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 /** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work * host and firmware of the same WMI namespace will work