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
This commit is contained in:
Balamurugan Mahalingam
2017-08-16 19:16:45 +05:30
committed by snandini
parent e7b4922f93
commit dcb5226baf

View File

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