fw-api: CL 18528502 - update fw common interface files
add WMI_PDEV_ROUTING_TYPE_VLAN and HTT_HOST3_TO_FW_RXBUF_RING defs for mesh Change-Id: I1e46320d9b4b4ab5d4a84bf84c88212a5103bda2 CRs-Fixed: 2262693
This commit is contained in:

committed by
Madan Koyyalamudi

parent
b1994cdcfc
commit
779c386063
1
fw/htt.h
1
fw/htt.h
@@ -5180,6 +5180,7 @@ enum htt_srng_ring_id {
|
|||||||
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 */
|
HTT_LPASS_TO_FW_RXBUF_RING, /* new LPASS to FW refill ring to recycle rx buffers */
|
||||||
|
HTT_HOST3_TO_FW_RXBUF_RING, /* used by host for EasyMesh feature */
|
||||||
/* 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 */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -32543,6 +32543,7 @@ typedef enum {
|
|||||||
WMI_PDEV_ROUTING_TYPE_IPV4,
|
WMI_PDEV_ROUTING_TYPE_IPV4,
|
||||||
WMI_PDEV_ROUTING_TYPE_IPV6,
|
WMI_PDEV_ROUTING_TYPE_IPV6,
|
||||||
WMI_PDEV_ROUTING_TYPE_EAP,
|
WMI_PDEV_ROUTING_TYPE_EAP,
|
||||||
|
WMI_PDEV_ROUTING_TYPE_VLAN,
|
||||||
} wmi_pdev_pkt_routing_type;
|
} wmi_pdev_pkt_routing_type;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
@@ -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_ 1167
|
#define __WMI_REVISION_ 1168
|
||||||
|
|
||||||
/** 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