Ver Fonte

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

add WMI_PDEV_PARAM_DEFAULT_6GHZ_RATE def

Change-Id: I77b7684acf50666796f1e907be49638c7e2bb1d4
CRs-Fixed: 2262693
spuligil há 5 anos atrás
pai
commit
c06227e654
2 ficheiros alterados com 8 adições e 1 exclusões
  1. 7 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 7 - 0
fw/wmi_unified.h

@@ -6431,6 +6431,13 @@ typedef enum {
      */
     WMI_PDEV_PARAM_ENABLE_FW_DYNAMIC_HE_EDCA,
 
+    /*
+     * Parameter used to set default 6 GHz rate.
+     * Applies to all non data transmissions in 6 GHz unless
+     * overwritten by respective VDEV params.
+     */
+    WMI_PDEV_PARAM_DEFAULT_6GHZ_RATE,
+
 } 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

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