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:

committed by
nshrivas

parent
7c7089627e
commit
4c7b81b540
@@ -2077,7 +2077,8 @@ static void dp_process_ppdu_stats_common_tlv(struct dp_pdev *pdev,
|
||||
ppdu_desc->channel = freq;
|
||||
if (soc && soc->cdp_soc.ol_ops->freq_to_channel)
|
||||
pdev->operating_channel =
|
||||
soc->cdp_soc.ol_ops->freq_to_channel(pdev->ctrl_pdev, freq);
|
||||
soc->cdp_soc.ol_ops->freq_to_channel(soc->ctrl_psoc,
|
||||
pdev->pdev_id, freq);
|
||||
}
|
||||
|
||||
ppdu_desc->phy_mode = HTT_PPDU_STATS_COMMON_TLV_PHY_MODE_GET(*tag_buf);
|
||||
|
Reference in New Issue
Block a user