From 68430d37fde8a34428d475bc56a3dc040859e7b2 Mon Sep 17 00:00:00 2001 From: Manishekar Chandrasekaran Date: Wed, 27 Apr 2016 12:29:16 +0530 Subject: [PATCH] qcacmn: Replace soc level references of set hw request and response Replace the obsolete WMI command WMI_SOC_SET_HW_MODE_CMDID with WMI_PDEV_SET_HW_MODE_CMDID and event WMI_SOC_SET_HW_MODE_RESP_EVENTID with WMI_PDEV_SET_HW_MODE_RESP_EVENTID respectively. These new WMI commands and events additionally carry the pdev id and all mac id references are replaced with pdev id. Change-Id: If2a3f93dcd1947eedce8d4eac8ed936166f7e078 CRs-Fixed: 989502 --- wmi_unified_priv.h | 2 +- wmi_unified_tlv.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wmi_unified_priv.h b/wmi_unified_priv.h index 0c23798fa8..2d7d3116f5 100644 --- a/wmi_unified_priv.h +++ b/wmi_unified_priv.h @@ -554,7 +554,7 @@ QDF_STATUS (*send_flush_logs_to_fw_cmd)(wmi_unified_t wmi_handle); QDF_STATUS (*send_pdev_set_pcl_cmd)(wmi_unified_t wmi_handle, struct wmi_pcl_chan_weights *msg); -QDF_STATUS (*send_soc_set_hw_mode_cmd)(wmi_unified_t wmi_handle, +QDF_STATUS (*send_pdev_set_hw_mode_cmd)(wmi_unified_t wmi_handle, uint32_t hw_mode_index); QDF_STATUS (*send_soc_set_dual_mac_config_cmd)(wmi_unified_t wmi_handle, diff --git a/wmi_unified_tlv.h b/wmi_unified_tlv.h index d6bff6f690..7d0cbdd033 100644 --- a/wmi_unified_tlv.h +++ b/wmi_unified_tlv.h @@ -496,7 +496,7 @@ QDF_STATUS send_flush_logs_to_fw_cmd_tlv(wmi_unified_t wmi_handle); QDF_STATUS send_pdev_set_pcl_cmd_tlv(wmi_unified_t wmi_handle, struct wmi_pcl_chan_weights *msg); -QDF_STATUS send_soc_set_hw_mode_cmd_tlv(wmi_unified_t wmi_handle, +QDF_STATUS send_pdev_set_hw_mode_cmd_tlv(wmi_unified_t wmi_handle, uint32_t hw_mode_index); QDF_STATUS send_soc_set_dual_mac_config_cmd_tlv(wmi_unified_t wmi_handle,