fw-api: CL 18311866 - update fw common interface files
XPAN fw common changes Change-Id: I0883a2dfeec7236d30621c7945d8055776b01605 CRs-Fixed: 2262693
This commit is contained in:
1
fw/htt.h
1
fw/htt.h
@@ -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 */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -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;
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user