qcacld-3.0: Remove wma_ipa_uc_stat_request()
Change Ib9cdaf7e8aa019002b9fc02d8ffacfcdb28fc121 ("qcacld-3.0: Remove sme_ipa_uc_stat_request()") removed the last client of wma_ipa_uc_stat_request(). Since this function is now obsolete, remove it. Change-Id: I965ccad2e94246c0d7d57e85c1fa433eeb5c136e CRs-Fixed: 2371196
This commit is contained in:
@@ -2501,14 +2501,6 @@ static inline void wma_print_wmi_mgmt_event_log(uint32_t count,
|
|||||||
}
|
}
|
||||||
#endif /* WMI_INTERFACE_EVENT_LOGGING */
|
#endif /* WMI_INTERFACE_EVENT_LOGGING */
|
||||||
|
|
||||||
/**
|
|
||||||
* wma_ipa_uc_stat_request() - set ipa config parameters
|
|
||||||
* @privcmd: private command
|
|
||||||
*
|
|
||||||
* Return: None
|
|
||||||
*/
|
|
||||||
void wma_ipa_uc_stat_request(wma_cli_set_cmd_t *privcmd);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* wma_set_rx_reorder_timeout_val() - set rx recorder timeout value
|
* wma_set_rx_reorder_timeout_val() - set rx recorder timeout value
|
||||||
* @wma_handle: pointer to wma handle
|
* @wma_handle: pointer to wma handle
|
||||||
|
@@ -9117,19 +9117,6 @@ QDF_STATUS wma_configure_smps_params(uint32_t vdev_id, uint32_t param_id,
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void wma_ipa_uc_stat_request(wma_cli_set_cmd_t *privcmd)
|
|
||||||
{
|
|
||||||
tp_wma_handle wma = cds_get_context(QDF_MODULE_ID_WMA);
|
|
||||||
|
|
||||||
if (!wma) {
|
|
||||||
WMA_LOGE("%s: Failed to get wma", __func__);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (wma_set_priv_cfg(wma, privcmd))
|
|
||||||
WMA_LOGE("Failed to set wma priv congiuration");
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* wma_config_bmiss_bcnt_params() - set bmiss config parameters
|
* wma_config_bmiss_bcnt_params() - set bmiss config parameters
|
||||||
* @vdev_id: virtual device for the command
|
* @vdev_id: virtual device for the command
|
||||||
|
Reference in New Issue
Block a user