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
这个提交包含在:
@@ -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
|
||||
|
在新工单中引用
屏蔽一个用户