qcacmn: Modify set 2 of ctrl_ops in dp to for umac-dp decoupling

Change set 2 of ctrl_ops APIs to replace pdev, vdev and peer
dp handles with pdev_id, vdev_id and peer mac address
along with dp soc handle

Change-Id: I3f180c9c360d564f0b229b447074ad23b7c0a737
这个提交包含在:
Pavankumar Nandeshwar
2019-09-30 18:43:03 +05:30
提交者 nshrivas
父节点 e6f443f27a
当前提交 0ce3870654
修改 18 个文件,包含 759 行新增1564 行删除

查看文件

@@ -1100,7 +1100,7 @@ bool dp_rx_multipass_process(struct dp_peer *peer, qdf_nbuf_t nbuf,
#ifndef WLAN_RX_PKT_CAPTURE_ENH
static inline
void dp_peer_set_rx_capture_enabled(struct cdp_peer *peer_handle, bool value)
void dp_peer_set_rx_capture_enabled(struct dp_peer *peer_handle, bool value)
{
}
#endif