diff options
| author | CNSS_WLAN Service <cnssbldsw@qualcomm.com> | 2018-04-13 01:51:07 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-04-13 01:51:07 -0700 |
| commit | 0be19756f4111cc929168570806451fb54f954bf (patch) | |
| tree | 64d4f0e18552f246f321210ed18bbf859ec6bcec | |
| parent | 44148ed756c39f248e7a956530f7af7f4c429926 (diff) | |
| parent | 65d21c6abe57f13106381bc289f8d351abc5f8f2 (diff) | |
Merge "qcacld-2.0: CL - 4108672 Update fw common interface files" into wlan-cld2.driver.lnx.1.0
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 5 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index b6750c7a25d7..8e53adc6c727 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -21578,7 +21578,10 @@ typedef struct { /** TLV tag and len; tag equals * WMITLV_TAG_STRUC_wmi_pdev_get_nfcal_power_fixed_param */ A_UINT32 tlv_header; - /* Currently there are no parameters for this message. */ + /** pdev_id for identifying the MAC + * See macros starting with WMI_PDEV_ID_ for values. + */ + A_UINT32 pdev_id; } wmi_pdev_get_nfcal_power_fixed_param; typedef struct { diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index e69cc4c3e637..f76b2edff18d 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_ 499 +#define __WMI_REVISION_ 500 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
