浏览代码

qcacmn: Do epping credit allocation for USB also

Do Epping credit allocation for USB also.

Change-Id: If86a65b0e61a09b8e064d2b606cac8a2b4c72c49
CRs-Fixed: 2295724
Ajit Pal Singh 6 年之前
父节点
当前提交
47f2d05e03
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      htc/htc.c

+ 1 - 0
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);