qcacmn: Replace soc level references of set mac config
Replace the WMI command WMI_SOC_SET_DUAL_MAC_CONFIG_CMDID and event WMI_SOC_SET_DUAL_MAC_CONFIG_RESP_EVENTID with WMI_PDEV_SET_MAC_CONFIG_CMDID and WMI_PDEV_SET_MAC_CONFIG_RESP_EVENTID respectively since the former are obsolete. The new WMI commands and events additionally carry the pdev id. Change-Id: I77eab3ead005bbb7f951ce7e077cd661813cb628 CRs-Fixed: 989502
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
68430d37fd
commit
81d7aaa0e3
@@ -769,7 +769,7 @@ QDF_STATUS wmi_unified_pdev_set_pcl_cmd(void *wmi_hdl,
|
||||
QDF_STATUS wmi_unified_soc_set_hw_mode_cmd(void *wmi_hdl,
|
||||
uint32_t hw_mode_index);
|
||||
|
||||
QDF_STATUS wmi_unified_soc_set_dual_mac_config_cmd(void *wmi_hdl,
|
||||
QDF_STATUS wmi_unified_pdev_set_dual_mac_config_cmd(void *wmi_hdl,
|
||||
struct wmi_dual_mac_config *msg);
|
||||
|
||||
QDF_STATUS wmi_unified_enable_arp_ns_offload_cmd(void *wmi_hdl,
|
||||
|
Reference in New Issue
Block a user