diff options
| author | spuligil <spuligil@codeaurora.org> | 2019-01-10 12:00:58 -0800 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2019-01-10 12:00:58 -0800 |
| commit | 02b1c3122387753f9f95e6bd590adc6edbf4e5ab (patch) | |
| tree | 23b51f9e4436f02bc351a241825ee081d7ea4fed | |
| parent | 07fffb33dd71dcc6ced10887b19ff5f524d892f4 (diff) | |
fw-api: CL 6258664 - update fw common interface files
Change-Id: Iaa2ecccc904cb9b60cb89781b6f79f747cb3e336
WMI: add SERVICE_ENHANCED_TPC_CONFIG_EVENT def
CRs-Fixed: 2262693
| -rwxr-xr-x | fw/wmi_services.h | 1 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/fw/wmi_services.h b/fw/wmi_services.h index 53b6c571278e..2d51191b3a68 100755 --- a/fw/wmi_services.h +++ b/fw/wmi_services.h @@ -374,6 +374,7 @@ typedef enum { WMI_SERVICE_GET_MWS_TDM_STATE = 189, /* FW provides LTE-Coex TDM info */ WMI_SERVICE_GET_MWS_IDRX_STATE = 190, /* FW provides LTE-Coex IDRx info */ WMI_SERVICE_GET_MWS_ANTENNA_SHARING_STATE = 191, /* FW provides LTE-Coex Antenna sharing info */ + WMI_SERVICE_ENHANCED_TPC_CONFIG_EVENT = 192, /* FW provides enhanced tx power control configuration dump */ /******* ADD NEW SERVICES HERE *******/ diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 22aa584f23c3..bba162ddeaaa 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_ 615 +#define __WMI_REVISION_ 616 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
