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
此提交包含在:
Pavankumar Nandeshwar
2019-09-27 11:27:12 +05:30
提交者 nshrivas
父節點 7c7089627e
當前提交 4c7b81b540
共有 12 個檔案被更改,包括 103 行新增111 行删除

查看文件

@@ -1910,13 +1910,14 @@ enum cdp_dp_cfg {
/**
* struct cdp_peer_cookie - cookie used when creating peer
* @peer_id: peer id
* @pdev_id: pdev_id
* @mac_addr: MAC address of peer
* @cookie: cookie to be used by consumer
* @ctx: context passed to be used by consumer
*/
struct cdp_peer_cookie {
uint8_t peer_id;
uint8_t mac_addr[QDF_MAC_ADDR_SIZE];
uint8_t peer_id;
uint8_t cookie;
struct cdp_stats_cookie *ctx;
};