|
@@ -706,12 +706,16 @@ QDF_STATUS ol_txrx_ipa_setup(struct cdp_soc_t *soc_hdl, uint8_t pdev_id,
|
|
|
|
|
|
/**
|
|
|
* ol_txrx_ipa_cleanup() - Disconnect IPA pipes
|
|
|
+ * @soc_hdl: soc handle
|
|
|
+ * @pdev_id: pdev id
|
|
|
* @tx_pipe_handle: Tx pipe handle
|
|
|
* @rx_pipe_handle: Rx pipe handle
|
|
|
*
|
|
|
* Return: QDF_STATUS
|
|
|
*/
|
|
|
-QDF_STATUS ol_txrx_ipa_cleanup(uint32_t tx_pipe_handle, uint32_t rx_pipe_handle)
|
|
|
+QDF_STATUS ol_txrx_ipa_cleanup(struct cdp_soc_t *soc_hdl, uint8_t pdev_id,
|
|
|
+ uint32_t tx_pipe_handle,
|
|
|
+ uint32_t rx_pipe_handle)
|
|
|
{
|
|
|
int ret;
|
|
|
struct ol_txrx_ipa_resources *ipa_res;
|
|
@@ -1210,12 +1214,16 @@ QDF_STATUS ol_txrx_ipa_setup(struct cdp_soc_t *soc_hdl, uint8_t pdev_id,
|
|
|
|
|
|
/**
|
|
|
* ol_txrx_ipa_cleanup() - Disconnect IPA pipes
|
|
|
+ * @soc_hdl: soc handle
|
|
|
+ * @pdev_id: pdev id
|
|
|
* @tx_pipe_handle: Tx pipe handle
|
|
|
* @rx_pipe_handle: Rx pipe handle
|
|
|
*
|
|
|
* Return: QDF_STATUS
|
|
|
*/
|
|
|
-QDF_STATUS ol_txrx_ipa_cleanup(uint32_t tx_pipe_handle, uint32_t rx_pipe_handle)
|
|
|
+QDF_STATUS ol_txrx_ipa_cleanup(struct cdp_soc_t *soc_hdl, uint8_t pdev_id,
|
|
|
+ uint32_t tx_pipe_handle,
|
|
|
+ uint32_t rx_pipe_handle)
|
|
|
{
|
|
|
int ret;
|
|
|
|