qcacmn: Remove duplicate (ext)service ready structures from WMI

Object manager psoc service ready api provides host (ext)service ready
data structures hence remove duplicate copy from wmi_unified_param.h
and change WMI to use psoc service ready data structures.

Change-Id: Iaec20e9b818077ed1ca58754c4b1bc6deaedd761
CRs-Fixed: 2002016
这个提交包含在:
Rajeev Kumar
2017-02-03 00:39:49 -08:00
提交者 qcabuildsw
父节点 316357d791
当前提交 037799b816
修改 3 个文件,包含 16 行新增16 行删除

查看文件

@@ -5454,7 +5454,7 @@ static bool is_service_enabled_non_tlv(wmi_unified_t wmi_handle,
*/
static QDF_STATUS extract_service_ready_non_tlv(wmi_unified_t wmi_handle,
void *evt_buf,
target_capability_info *cap)
struct wlan_psoc_target_capability_info *cap)
{
wmi_service_ready_event *ev;
@@ -5535,7 +5535,7 @@ static QDF_STATUS extract_fw_abi_version_non_tlv(wmi_unified_t wmi_handle,
*/
static QDF_STATUS extract_hal_reg_cap_non_tlv(wmi_unified_t wmi_handle,
void *evt_buf,
TARGET_HAL_REG_CAPABILITIES *cap)
struct wlan_psoc_hal_reg_capability *cap)
{
wmi_service_ready_event *ev;
u_int32_t wireless_modes_orig = 0;
@@ -5543,7 +5543,7 @@ static QDF_STATUS extract_hal_reg_cap_non_tlv(wmi_unified_t wmi_handle,
ev = (wmi_service_ready_event *) evt_buf;
qdf_mem_copy(cap, &ev->hal_reg_capabilities,
sizeof(TARGET_HAL_REG_CAPABILITIES));
sizeof(struct wlan_psoc_hal_reg_capability));
/* Convert REGDMN_MODE values sent by target to host internal
* WMI_HOST_REGDMN_MODE values.