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

@@ -75,7 +75,6 @@
#define MAX_IDLE_SCATTER_BUFS 16
#define DP_MAX_IRQ_PER_CONTEXT 12
#define MAX_HTT_METADATA_LEN 32
#define MAX_NUM_PEER_ID_PER_PEER 8
#define DP_MAX_TIDS 17
#define DP_NON_QOS_TID 16
#define DP_NULL_DATA_TID 17