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
此提交包含在:
@@ -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;
|
||||
};
|
||||
|
新增問題並參考
封鎖使用者