Prechádzať zdrojové kódy

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

Add WMI_VDEV_PARAM_MCAST_RC_STALE_PERIOD def

Change-Id: If8b60035c79c8ade68970d6ebeb7b6652b41df3b
CRs-Fixed: 2262693
spuligil 5 rokov pred
rodič
commit
8d0b5e2ffd
2 zmenil súbory, kde vykonal 7 pridanie a 1 odobranie
  1. 6 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 6 - 0
fw/wmi_unified.h

@@ -9839,6 +9839,12 @@ typedef enum {
      */
     WMI_VDEV_PARAM_PACKET_CAPTURE_MODE,         /* 0x93 */
 
+    /**
+     * To configure duration of how many seconds without tx unicast traffic is
+     * considered stale for mcast rate adaptation
+     */
+    WMI_VDEV_PARAM_MCAST_RC_STALE_PERIOD,       /* 0x94 */
+
 
     /*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
      * The below vdev param types are used for prototyping, and are

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