Procházet zdrojové kódy

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

add WMI_PDEV_PARAM_ACK_TIMEOUT

Change-Id: I78b9c385ed36610794e540ebaad409e5548c9244
CRs-Fixed: 1107600
Sandeep Puligilla před 8 roky
rodič
revize
f5fc8a6706
3 změnil soubory, kde provedl 7 přidání a 1 odebrání
  1. 2 0
      fw/wmi_services.h
  2. 4 0
      fw/wmi_unified.h
  3. 1 1
      fw/wmi_version.h

+ 2 - 0
fw/wmi_services.h

@@ -191,6 +191,8 @@ typedef  enum  {
     WMI_SERVICE_CHECK_CAL_VERSION=122, /* Support cal version check */
     WMI_SERVICE_OFFCHAN_TX_WMI=123, /* Support offchan data/mgmt tx over wmi */
     WMI_SERVICE_8SS_TX_BFEE = 124, /* support for 8Ant Bfee */
+    WMI_SERVICE_EXTENDED_NSS_SUPPORT=125, /* Extend NSS support for 80Mhz and 160Mhz */
+    WMI_SERVICE_ACK_TIMEOUT=126, /* Support TX ack timeout configurations */
 
 
     /******* ADD NEW SERVICES HERE UNTIL ALL VALUES UP TO 128 ARE USED *******/

+ 4 - 0
fw/wmi_unified.h

@@ -4292,6 +4292,10 @@ typedef enum {
       * Bits 31:1 - reserved
       */
     WMI_PDEV_PARAM_SET_IOT_PATTERN,
+    /** ACK timeout - change wireless packet ack timeout configuration,
+     *  units are microseconds
+     */
+    WMI_PDEV_PARAM_ACK_TIMEOUT,
 } WMI_PDEV_PARAM;
 
 typedef struct {

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