Explorar el Código

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

Change-Id: Ief8d6a7e43b361c17fbc2c60c147e06291d7608f
WMI: add PEER_TID_CONFIG_RATE_CONTROL DEFAULT_LOWEST_RATE, UPPER_CAP defs
CRs-Fixed: 2262693
spuligil hace 6 años
padre
commit
477bf8e185
Se han modificado 2 ficheros con 11 adiciones y 1 borrados
  1. 10 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 10 - 0
fw/wmi_unified.h

@@ -16046,6 +16046,16 @@ typedef enum {
     WMI_PEER_TID_CONFIG_RATE_CONTROL_AUTO,
     /** Fixed rate control */
     WMI_PEER_TID_CONFIG_RATE_CONTROL_FIXED_RATE,
+    /** Set the Default lowest rate (6Mbps in 5GHZ and 1Mbps in 2GHZ) */
+    WMI_PEER_TID_CONFIG_RATE_CONTROL_DEFAULT_LOWEST_RATE,
+    /**
+     * Set the highest rate cap allowed for this TID.
+     * Rate cap is specified in rate code format,
+     * i.e. NSS and MCS combined as shown below:
+     * b'5-b'4 indicate the NSS (0 - 1x1, 1 - 2x2, 2 - 3x3, 3 - 4x4)
+     * b'3-b'0 indicate the MCS
+     */
+    WMI_PEER_TID_CONFIG_RATE_UPPER_CAP,
 } WMI_PEER_TID_CONFIG_RATE_CONTROL;
 
 /**

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