qcacmn: Cleanup unused DP APIs [PEER_ID_PHASE2]

Local peer_id is being cleaned up across DP, HDD and PS/WMA.
So, any references to local peer_id/sta_id will be replaced
by peer mac address and all interactions between the layers
will be based on peer mac address.

Cleanup unusued DP APIs which are based on local peer_id.

Change-Id: Idd95bc640ca7e36a427be7202935034d4ed58979
CRs-Fixed: 2529026
This commit is contained in:
Yeshwanth Sriram Guntuka
2019-11-22 14:46:27 +05:30
committed by nshrivas
parent 71d3820a97
commit 92aa901f84
5 changed files with 0 additions and 100 deletions

View File

@@ -9797,8 +9797,6 @@ static struct cdp_peer_ops dp_ops_peer = {
.find_peer_by_addr_and_vdev = dp_find_peer_by_addr_and_vdev,
.peer_get_ref_by_addr = dp_peer_get_ref_find_by_addr,
.peer_release_ref = dp_peer_release_ref,
.local_peer_id = dp_local_peer_id,
.peer_find_by_local_id = dp_peer_find_by_local_id,
.peer_state_update = dp_peer_state_update,
.get_vdevid = dp_get_vdevid,
.get_vdev_by_peer_addr = dp_get_vdev_by_peer_addr,