Browse Source

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

Change-Id: I8fe2c7b5f4c73bf498ec6d274c688e6cafbce071
WMI: add PDEV_PARAM_CTS_TIMEOUT and PDEV_PARAM_SLOT_TIME defs
CRs-Fixed: 2262693
spuligil 1 year ago
parent
commit
2908765223
2 changed files with 11 additions and 1 deletions
  1. 10 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 10 - 0
fw/wmi_unified.h

@@ -9192,6 +9192,16 @@ typedef enum {
      *  1 - Force PCIE Gen Speed and Lane Width to maximum supported value.
      */
     WMI_PDEV_PARAM_PCIE_CONFIG,
+
+    /** CTS timeout - change wireless packet cts timeout configuration,
+     *  units are microseconds
+     */
+    WMI_PDEV_PARAM_CTS_TIMEOUT,
+
+    /** Slot time - change wireless packet slot time value dynamically,
+     *  units are microseconds
+     */
+    WMI_PDEV_PARAM_SLOT_TIME,
 } WMI_PDEV_PARAM;
 
 #define WMI_PDEV_ONLY_BSR_TRIG_IS_ENABLED(trig_type) WMI_GET_BITS(trig_type, 0, 1)

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