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

Commit 779c3860 authored by spuligil's avatar spuligil Committed by Madan Koyyalamudi
Browse files

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
parent b1994cdc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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_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_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 */
};
+1 −0
Original line number Diff line number Diff line
@@ -32543,6 +32543,7 @@ typedef enum {
    WMI_PDEV_ROUTING_TYPE_IPV4,
    WMI_PDEV_ROUTING_TYPE_IPV6,
    WMI_PDEV_ROUTING_TYPE_EAP,
    WMI_PDEV_ROUTING_TYPE_VLAN,
} wmi_pdev_pkt_routing_type;
typedef enum {
+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_ 1167
#define __WMI_REVISION_ 1168

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