diff options
| author | spuligil <spuligil@codeaurora.org> | 2019-03-25 18:00:44 -0700 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2019-03-25 18:00:45 -0700 |
| commit | 538f384dae0079bf8a9b585f79dfd4db2b395ef9 (patch) | |
| tree | 0922cc278d7c7bda86ebf425d599b922cc002759 | |
| parent | cef68ab454baf6f938783cfd983748e8838ac13a (diff) | |
fw-api: CL 6777611 - update fw common interface files
Add WMI_SERVICE_TX_PWR_PER_PEER def
Change-Id: Id5dda3b6c696d4c7bf10d529bb01747a7b2455ed
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 28bef135c135..01a58813da53 100755 --- a/fw/wmi_services.h +++ b/fw/wmi_services.h @@ -386,6 +386,7 @@ typedef enum { WMI_SERVICE_PS_TDCC = 201, /* FW support tx_duty_cycle_control powersave */ WMI_SERVICE_THREE_WAY_COEX_CONFIG_LEGACY = 202, /* BTCOEX Three-way CoEx Config Legacy Feature support */ WMI_SERVICE_THREE_WAY_COEX_CONFIG_OVERRIDE = 203, /* BTCOEX Three-way CoEx Config Override Feature support */ + WMI_SERVICE_TX_PWR_PER_PEER = 204, /* target supports per-peer tx pwr spec via WMI_PEER_USE_FIXED_PWR */ /******* ADD NEW SERVICES HERE *******/ diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 373f099dfd21..3f6d4a05cc3b 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_ 642 +#define __WMI_REVISION_ 643 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
