qcacld-3.0: Provide soc handle and pdev id for IPA cleanup
To do SMMU unmap for IPA TX and RX doorbell registers, provide soc handle and pdev id to CDP layer. Change-Id: I6e4fcc7d96d3dabe9dcbb85b9d7193e898d9a73e CRs-Fixed: 2768306
Este commit está contenido en:
@@ -3637,6 +3637,7 @@ QDF_STATUS wlan_ipa_uc_ol_deinit(struct wlan_ipa_priv *ipa_ctx)
|
||||
|
||||
if (true == ipa_ctx->uc_loaded) {
|
||||
status = cdp_ipa_cleanup(ipa_ctx->dp_soc,
|
||||
ipa_ctx->dp_pdev_id,
|
||||
ipa_ctx->tx_pipe_handle,
|
||||
ipa_ctx->rx_pipe_handle);
|
||||
if (status)
|
||||
|
Referencia en una nueva incidencia
Block a user