Explorar el Código

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

add pdev_id field to wmi_set_periodic_channel_stats_config cmd message

Change-Id: Iaf318e83144006f6b4f5d2463659c68306f43884
CRs-Fixed: 1107600
Sandeep Puligilla hace 8 años
padre
commit
abc58636ec
Se han modificado 2 ficheros con 5 adiciones y 1 borrados
  1. 4 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 4 - 0
fw/wmi_unified.h

@@ -16793,6 +16793,10 @@ typedef struct {
     A_UINT32 enable;
     /** periodic stats duration (units are milliseconds) */
     A_UINT32 stats_period;
+    /** pdev_id for identifying the MAC 
+     * See macros starting with WMI_PDEV_ID_ for values.
+     */
+    A_UINT32 pdev_id;
 } wmi_set_periodic_channel_stats_config_fixed_param;
 
 typedef struct {

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