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

@@ -912,8 +912,6 @@ QDF_STATUS dp_clear_peer(struct cdp_pdev *pdev_handle,
void *dp_find_peer_by_addr_and_vdev(struct cdp_pdev *pdev_handle,
struct cdp_vdev *vdev,
uint8_t *peer_addr, uint8_t *local_id);
uint16_t dp_local_peer_id(void *peer);
void *dp_peer_find_by_local_id(struct cdp_pdev *pdev_handle, uint8_t local_id);
QDF_STATUS dp_peer_state_update(struct cdp_pdev *pdev_handle, uint8_t *peer_mac,
enum ol_txrx_peer_state state);
QDF_STATUS dp_get_vdevid(void *peer_handle, uint8_t *vdev_id);