qcacmn: removal of cp handles and changes for ol_if_ops
Remove pdev and vdev control path handles from data path. Instead send pdev_id and vdev_id along with opaque soc handle in ol_if_ops. Change-Id: I6ee083f07e464f283da0d70ada70a4e10e18e1b2
This commit is contained in:

gecommit door
nshrivas

bovenliggende
7c7089627e
commit
4c7b81b540
@@ -891,7 +891,8 @@ static void dp_rx_defrag_err(struct dp_vdev *vdev, qdf_nbuf_t nbuf)
|
||||
|
||||
tops = pdev->soc->cdp_soc.ol_ops;
|
||||
if (tops->rx_mic_error)
|
||||
tops->rx_mic_error(pdev->ctrl_pdev, &mic_failure_info);
|
||||
tops->rx_mic_error(pdev->soc->ctrl_psoc, pdev->pdev_id,
|
||||
&mic_failure_info);
|
||||
}
|
||||
|
||||
|
||||
|
Verwijs in nieuw issue
Block a user