qcacld-3.0: Fix -Wmissing-prototypes in HTT
We want to enable the compiler's -Wmissing-prototypes switch, but there is existing code that is generating warnings. Fix all warnings in core/dp/htt. Change-Id: I189ca782bdcae7d8d3a6f54acd1baf15f3f300f6 CRs-Fixed: 1091016
This commit is contained in:
@@ -53,7 +53,7 @@ QDF_STATUS(*htt_h2t_rx_ring_cfg_msg)(struct htt_pdev_t *pdev);
|
||||
QDF_STATUS(*htt_h2t_rx_ring_rfs_cfg_msg)(struct htt_pdev_t *pdev);
|
||||
|
||||
#ifdef IPA_OFFLOAD
|
||||
A_STATUS htt_ipa_config(htt_pdev_handle pdev, A_STATUS status)
|
||||
static A_STATUS htt_ipa_config(htt_pdev_handle pdev, A_STATUS status)
|
||||
{
|
||||
if ((A_OK == status) &&
|
||||
ol_cfg_ipa_uc_offload_enabled(pdev->ctrl_pdev))
|
||||
|
Reference in New Issue
Block a user