Merge 161db6c189bc74b6977a5b252448ef4dea091074 on remote branch
Change-Id: Ia8a0c1f091674369bd27a27727ea82c71bad10b5
diff --git a/drivers/platform/msm/ipa/ipa_v3/ipa_dp.c b/drivers/platform/msm/ipa/ipa_v3/ipa_dp.c
index df30080..8de3694 100644
--- a/drivers/platform/msm/ipa/ipa_v3/ipa_dp.c
+++ b/drivers/platform/msm/ipa/ipa_v3/ipa_dp.c
@@ -5250,7 +5250,8 @@
/* Check added for handling LAN consumer packet without EOT flag */
if (notify->evt_id == GSI_CHAN_EVT_EOT ||
- sys->ep->client == IPA_CLIENT_APPS_LAN_CONS) {
+ sys->ep->client == IPA_CLIENT_APPS_LAN_CONS ||
+ sys->ep->client == IPA_CLIENT_APPS_LAN_COAL_CONS) {
/* go over the list backward to save computations on updating length */
list_for_each_entry_safe_reverse(rx_pkt, tmp, head, link) {
rx_skb = rx_pkt->data.skb;