Explorar o código

qcacmn: Map DBR SVC to CE14

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

CRs-Fixed: 3212763
Change-Id: I017c0ab03fff6661c883782008e0207806dc426b
Shwetha G K %!s(int64=3) %!d(string=hai) anos
pai
achega
72025682f2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      hif/src/ce/ce_main.c

+ 1 - 0
hif/src/ce/ce_main.c

@@ -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, },
 };