Browse Source

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

Change-Id: I2977f0f64bd52e044bae9efa4a2d79aa93724509
WMI: provide retry expansion factor to FW
CRs-Fixed: 2262693
spuligil 3 years ago
parent
commit
431d668328
2 changed files with 7 additions and 1 deletions
  1. 6 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 6 - 0
fw/wmi_unified.h

@@ -7749,6 +7749,12 @@ typedef enum {
     /* Param to configure the access category for the TWT queue */
     WMI_PDEV_PARAM_TWT_AC_CONFIG,
 
+    /*
+     * TX xretry extension parameter to allow product specific adjustment.
+     * I.e. multiply the xretry counter by N% for a requirement from framework.
+     */
+    WMI_PDEV_PARAM_PDEV_STATS_TX_XRETRY_EXT,
+
 
 } WMI_PDEV_PARAM;
 

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