diff options
| author | CNSS_WLAN Service <cnssbldsw@qualcomm.com> | 2018-04-13 01:51:19 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-04-13 01:51:19 -0700 |
| commit | 2c568aad702f4edc8e4313caa8be09334d8d13c1 (patch) | |
| tree | 6bcc2432dd9f36c6170e3c45a4cca17e48e89ab2 | |
| parent | ada9b405379d6b1475213bd1b34a1de89bdbd173 (diff) | |
| parent | 7a2a14131c795ac9906877d27af36951df4174ef (diff) | |
Merge "qcacld-2.0: CL 4174117 - Update fw common interface files" into wlan-cld2.driver.lnx.1.0
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 2 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 65bb7964b2c7..b190ff478982 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -20568,6 +20568,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/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index 173a20e6fcd4..e6a18c8cd97c 100644 --- a/CORE/SERVICES/COMMON/wmi_version.h +++ b/CORE/SERVICES/COMMON/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 |
