Ver Fonte

qcacmn: Fix PACKET_LOG_SVC service to ce_map for QCA8074

Add a new entry for PACKET_LOG_SVC. FW needs this entry
for initializing packet log CE pipe.

CRs-Fixed: 2094058
Change-Id: I496a2bdf78dd79cc17a60b4f0d227d4e570c93e6
Balamurugan Mahalingam há 7 anos atrás
pai
commit
dcb5226baf
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      hif/src/ce/ce_main.c

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

@@ -423,6 +423,7 @@ static struct service_to_pipe target_service_to_ce_map_qca8074[] = {
 	{ HTC_RAW_STREAMS_SVC, PIPEDIR_IN, 1 },
 	{ HTT_DATA_MSG_SVC, PIPEDIR_OUT, 4, },
 	{ HTT_DATA_MSG_SVC, PIPEDIR_IN, 1, },
+	{ PACKET_LOG_SVC, PIPEDIR_IN, 5, },
 	/* (Additions here) */
 	{ 0, 0, 0, },
 };