Browse Source

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

Change-Id: Icbe431c1f3925e3b48340bc680a039b4b1a4017c
WMI: add pdev_id to wmi_lro_info_cmd_fixed_param
CRs-Fixed: 2262693
spuligil 6 years ago
parent
commit
81eea6104b
2 changed files with 6 additions and 1 deletions
  1. 5 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 5 - 0
fw/wmi_unified.h

@@ -20102,6 +20102,11 @@ typedef struct {
      * byte 40
      */
     A_UINT32 toeplitz_hash_ipv6_40;
+
+    /** pdev_id for identifying the MAC
+     * See macros starting with WMI_PDEV_ID_ for values.
+     */
+    A_UINT32 pdev_id;
 } wmi_lro_info_cmd_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_ 571
+#define __WMI_REVISION_ 572
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work