Procházet zdrojové kódy

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

Add WMI_SERVICE_TX_PER_PEER_AMPDU_SIZE flag

Change-Id: I86931dce53de9d8311ab0469e27e55c29f8645f8
CRs-Fixed: 2262693
spuligil před 6 roky
rodič
revize
1d63946325
2 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 1 0
      fw/wmi_services.h
  2. 1 1
      fw/wmi_version.h

+ 1 - 0
fw/wmi_services.h

@@ -365,6 +365,7 @@ typedef  enum  {
     WMI_SERVICE_BEACON_RECEPTION_STATS=180, /* Support per vdev beacon stats info */
     WMI_SERVICE_FETCH_TX_PN=181,
     WMI_SERVICE_PEER_UNMAP_RESPONSE_SUPPORT = 182, /* support peer ids unmap response from host */
+    WMI_SERVICE_TX_PER_PEER_AMPDU_SIZE = 183, /* indicate FW support per peer TX AMPDU size */
 
 
     /******* ADD NEW SERVICES HERE *******/

+ 1 - 1
fw/wmi_version.h

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