Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit acb42e81 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: gadget: Improve downlink throughput by enabling aggregation"

parents f5753d9d 3451712d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -523,6 +523,8 @@ static int gport_rmnet_connect(struct f_rmnet *dev, unsigned intf)

			return PTR_ERR(net);
		}
		gether_update_dl_max_pkts_per_xfer(&dev->gether_port, 10);
		gether_update_dl_max_xfer_size(&dev->gether_port, 16384);
		break;
	case USB_GADGET_XPORT_NONE:
		 break;