Browse Source

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

Change-Id: I5e0db0187439c27cac1d119f7ce3cc7470ac18df
WMI: report LMAC ID for each pdev ID
CRs-Fixed: 1107600
spuligil 7 years ago
parent
commit
81387aa05c
2 changed files with 3 additions and 1 deletions
  1. 2 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 2 - 0
fw/wmi_unified.h

@@ -20437,6 +20437,8 @@ typedef struct {
     wmi_ppe_threshold he_ppet5G;
     /* chainmask table to be used for the MAC */
     A_UINT32 chainmask_table_id;
+    /* PDEV ID to LMAC ID mapping */
+    A_UINT32 lmac_id;
 } WMI_MAC_PHY_CAPABILITIES;
 
 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_ 506
+#define __WMI_REVISION_ 507
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work