qcacmn: Map DBR SVC to CE14

Changes to map the DBR SVC to CE14 on QCN9224 target.

CRs-Fixed: 3212763
Change-Id: I017c0ab03fff6661c883782008e0207806dc426b
Cette révision appartient à :
Shwetha G K
2022-06-03 18:28:55 +05:30
révisé par Madan Koyyalamudi
Parent 7c5f36a9de
révision 72025682f2

Voir le fichier

@@ -907,6 +907,7 @@ static struct service_to_pipe target_service_to_ce_map_qcn9224[] = {
{ WMI_CONTROL_SVC_WMAC1, PIPEDIR_IN, 2, },
{ PACKET_LOG_SVC, PIPEDIR_IN, 5, },
{ WMI_CONTROL_DIAG_SVC, PIPEDIR_IN, 14, },
{ WMI_CONTROL_DBR_SVC, PIPEDIR_IN, 14, },
/* (Additions here) */
{ 0, 0, 0, },
};