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

Skip to content
Commit ecc93999 authored by Ajay Agarwal's avatar Ajay Agarwal
Browse files

net: rmnet_usb: Set default MTU to 2048 bytes



The default MTU size for a usbnet netdev is 1514. When connected
device wants to send large chunk of data, the xHC will see Babble
Detected Error (TRB completion code 3) because of incoming packet
size greater than 490 (1514 - 1024).
Fix this by setting default MTU for rmnet_usb devices to 2048.
It is expected that netmgr will set it to 16k for actual usecase.

Change-Id: I3855276cc22fdc016fca3188e75376e990074792
Signed-off-by: default avatarAjay Agarwal <ajaya@codeaurora.org>
parent 6b6d0494
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment