Przeglądaj źródła

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

Add WMI_VDEV_PARAM_PER_BAND_MGMT_TX_RATE for per-band specifications of rate for tx mgmt frames

Change-Id: Iff923c88b39f633c6a63cd3023160d46e5633681
CRs-Fixed: 1107600
Sandeep Puligilla 8 lat temu
rodzic
commit
79be00c64f
2 zmienionych plików z 13 dodań i 1 usunięć
  1. 12 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 12 - 0
fw/wmi_unified.h

@@ -7233,6 +7233,18 @@ typedef enum {
     /* enable or disable NOA for P2P GO */
     WMI_VDEV_PARAM_DISABLE_NOA_P2P_GO,
 
+    /** Per band user management frame fix rate setting
+     *  BIT 31: enable (1) or disable (0) mgmt fix rate for 5G
+     *  BIT 30: enable (1) or disable (0) mgmt fix rate for 2G
+     *
+     *  BIT 23: 11ax (1) or legacy (0) rate code
+     *  BITS [22..12]: rate code for 5G
+     *
+     *  BIT 11: 11ax (1) or legacy (0) rate code
+     *  BITS [10..0]: rate code for 2G
+     */
+    WMI_VDEV_PARAM_PER_BAND_MGMT_TX_RATE,
+
     /*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
      * The below vdev param types are used for prototyping, and are
      * prone to change.

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