Browse Source

qcacmn: Add Pktlog service msg in ce config

Add pktlog service message for CE5 in CE configuration.

Change-Id: I49dddd11ca1805a9f519b881d573e8ff4b7ffeb2
CRs-fixed: 2209371
Nandha Kishore Easwaran 7 years ago
parent
commit
ac0b96edf9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      hif/src/ce/ce_main.c

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

@@ -436,6 +436,7 @@ static struct service_to_pipe target_service_to_ce_map_qca6290[] = {
 	{ HTT_DATA_MSG_SVC, PIPEDIR_IN , 1, },
 	{ WMI_CONTROL_SVC_WMAC1, PIPEDIR_OUT, 7},
 	{ WMI_CONTROL_SVC_WMAC1, PIPEDIR_IN, 2},
+	{ PACKET_LOG_SVC, PIPEDIR_IN, 5, },
 	/* (Additions here) */
 	{ 0, 0, 0, },
 };