diff options
| author | spuligil <spuligil@codeaurora.org> | 2019-02-27 12:00:55 -0800 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2019-02-27 12:00:56 -0800 |
| commit | c7c2bbb1d35f1d6989d7dd46a86f2d5a2a3edda8 (patch) | |
| tree | 46b2f6addaae38743a30ce8f03478f4046f6827c | |
| parent | 59a2e730ddc15b9bfaf68d22fa8fd211af554f60 (diff) | |
fw-api: CL 6599296 - update fw common interface files
Change-Id: I98951acb20c2b0d8f3c39281eef53dfb7188c868
WMI: add COEX_CONFIG_MPTA_HELPER_ defs
CRs-Fixed: 2262693
| -rwxr-xr-x | fw/wmi_unified.h | 37 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 38 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 7e16e088c92c..2cc8a32aa604 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -22165,6 +22165,43 @@ typedef enum wmi_coex_config_type { * arg4 - priority level 4, same parameters rules as arg1 */ WMI_COEX_CONFIG_THREE_WAY_COEX_START = 34, + /* WMI_COEX_CONFIG_MPTA_HELPER_ENABLE + * config to enable(1)/disable(0) mpta-helper function + */ + WMI_COEX_CONFIG_MPTA_HELPER_ENABLE = 35, + /* WMI_COEX_CONFIG_MPTA_HELPER_ZIGBEE_STATE + * config zigbee state + * arg1: zigbee state + * (idle form-network wait-join join-network network-up HMI) + */ + WMI_COEX_CONFIG_MPTA_HELPER_ZIGBEE_STATE = 36, + /* WMI_COEX_CONFIG_MPTA_HELPER_INT_OCS_PARAMS + * config ocs wlan/nonwlan params after MPTA interrupt fired + * arg1: wlan duration (ms units) in Shape-OCS + * arg2: nonwlan duration (ms units) in Shape-OCS + */ + WMI_COEX_CONFIG_MPTA_HELPER_INT_OCS_PARAMS = 37, + /* WMI_COEX_CONFIG_MPTA_HELPER_MON_OCS_PARAMS + * config ocs wlan/nonwlan params during monitor period after + * interrupt period finished + * arg1: wlan duration (ms units) in Shape-OCS + * arg2: nonwlan duration (ms units) in Shape-OCS + */ + WMI_COEX_CONFIG_MPTA_HELPER_MON_OCS_PARAMS = 38, + /* WMI_COEX_CONFIG_MPTA_HELPER_INT_MON_DURATION + * config ocs duration in interrupt period and monitor period + * arg1: duration (ms units) in interrupt period + * arg2: duration (ms units) in monitor period + */ + WMI_COEX_CONFIG_MPTA_HELPER_INT_MON_DURATION = 39, + /* WMI_COEX_CONFIG_MPTA_HELPER_ZIGBEE_CHANNEL + * config zigbee channel 11 - 26 + */ + WMI_COEX_CONFIG_MPTA_HELPER_ZIGBEE_CHANNEL = 40, + /* WMI_COEX_CONFIG_MPTA_HELPER_WLAN_MUTE_DURATION + * config msw mute duration (ms units) after MPTA interrupt fired + */ + WMI_COEX_CONFIG_MPTA_HELPER_WLAN_MUTE_DURATION = 41, } WMI_COEX_CONFIG_TYPE; typedef struct { diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 0aa163f92a5c..afbcc421a2a7 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_ 634 +#define __WMI_REVISION_ 635 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
