qca-wifi: Move gpio config/output tlv to cmn code
Move gpio config and output tlv send command to common code for WIN and MCC for both to use CRs-Fixed: 2755642 Change-Id: I124ae90b6c854e5bbab013e27b7b11d303c3299c
This commit is contained in:
@@ -455,25 +455,6 @@ QDF_STATUS wmi_unified_set_qboost_param_cmd_send(
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
|
||||
QDF_STATUS wmi_unified_gpio_config_cmd_send(
|
||||
wmi_unified_t wmi_handle,
|
||||
struct gpio_config_params *param)
|
||||
{
|
||||
if (wmi_handle->ops->send_gpio_config_cmd)
|
||||
return wmi_handle->ops->send_gpio_config_cmd(wmi_handle, param);
|
||||
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
|
||||
QDF_STATUS wmi_unified_gpio_output_cmd_send(wmi_unified_t wmi_handle,
|
||||
struct gpio_output_params *param)
|
||||
{
|
||||
if (wmi_handle->ops->send_gpio_output_cmd)
|
||||
return wmi_handle->ops->send_gpio_output_cmd(wmi_handle, param);
|
||||
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
|
||||
QDF_STATUS wmi_unified_mcast_group_update_cmd_send(
|
||||
wmi_unified_t wmi_handle,
|
||||
struct mcast_group_update_params *param)
|
||||
|
Reference in New Issue
Block a user