diff options
| author | spuligil <spuligil@codeaurora.org> | 2018-02-15 09:01:17 -0800 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2018-02-15 09:01:17 -0800 |
| commit | f338554bbde388d40bfad3d9616033f27e051be4 (patch) | |
| tree | b096a0f0cd1fb3ca8c0f8d2c87f6d6b01f505b66 | |
| parent | 49a3bc1204bf6c83073dbd240ba16e3c2085604d (diff) | |
fw-api: CL 4174117 - update fw common interface files
Change-Id: I5e0db0187439c27cac1d119f7ce3cc7470ac18df
WMI: report LMAC ID for each pdev ID
CRs-Fixed: 1107600
| -rwxr-xr-x | fw/wmi_unified.h | 2 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 612f8f1499c2..55109f1c8843 100755 --- a/fw/wmi_unified.h +++ b/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 { diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 132fa733921f..ff7eae78aabe 100755 --- a/fw/wmi_version.h +++ b/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 |
