qcacmn: store peer_id instead of peer_ids array in dp_peer

In lithium a peer will have only single peer_id hence remove
peer_ids array from dp_peer structure

Change-Id: Ib98270b7fd98f1199b862e4608f990687914b7cc
This commit is contained in:
Chaithanya Garrepalli
2020-05-21 21:44:44 +05:30
committed by nshrivas
parent b404458d20
commit 1d144f88bd
8 changed files with 39 additions and 52 deletions

View File

@@ -1647,7 +1647,7 @@ static void dp_rx_msdu_stats_update(struct dp_soc *soc,
return;
dp_wdi_event_handler(WDI_EVENT_UPDATE_DP_STATS, vdev->pdev->soc,
&peer->stats, peer->peer_ids[0],
&peer->stats, peer->peer_id,
UPDATE_PEER_STATS,
vdev->pdev->pdev_id);
#endif