Sfoglia il codice sorgente

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
spuligil 2 anni fa
parent
commit
779c386063
3 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 1 0
      fw/htt.h
  2. 1 0
      fw/wmi_unified.h
  3. 1 1
      fw/wmi_version.h

+ 1 - 0
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_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
fw/wmi_unified.h

@@ -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
fw/wmi_version.h

@@ -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