Prechádzať zdrojové kódy

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

XPAN fw common changes

Change-Id: I0883a2dfeec7236d30621c7945d8055776b01605
CRs-Fixed: 2262693
spuligil 2 rokov pred
rodič
commit
40bf8311c1
3 zmenil súbory, kde vykonal 9 pridanie a 1 odobranie
  1. 1 0
      fw/htt.h
  2. 7 0
      fw/wmi_unified.h
  3. 1 1
      fw/wmi_version.h

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

+ 7 - 0
fw/wmi_unified.h

@@ -14216,6 +14216,13 @@ typedef enum {
          */
         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 ===*/
 } WMI_VDEV_PARAM;
 

+ 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_ 1159
+#define __WMI_REVISION_ 1160
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work