From 47f2d05e03361bc0c331feb0a36a23ce8329803c Mon Sep 17 00:00:00 2001 From: Ajit Pal Singh Date: Fri, 10 Aug 2018 15:21:54 +0530 Subject: [PATCH] qcacmn: Do epping credit allocation for USB also Do Epping credit allocation for USB also. Change-Id: If86a65b0e61a09b8e064d2b606cac8a2b4c72c49 CRs-Fixed: 2295724 --- htc/htc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/htc/htc.c b/htc/htc.c index 107fc53f8d..42d5f2d86d 100644 --- a/htc/htc.c +++ b/htc/htc.c @@ -392,6 +392,7 @@ htc_setup_epping_credit_allocation(struct hif_opaque_softc *scn, { switch (hif_get_bus_type(scn)) { case QDF_BUS_TYPE_PCI: + case QDF_BUS_TYPE_USB: pEntry++; pEntry->service_id = WMI_DATA_BE_SVC; pEntry->CreditAllocation = (credits >> 1);