diff options
author | Georgi Valkov <[email protected]> | 2022-02-01 08:16:18 +0100 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2022-02-01 20:25:38 -0800 |
commit | 63e4b45c82ed1bde979da7052229a4229ce9cabf (patch) | |
tree | c62828ef1f019c39236f184f27f2a664f7dae204 /net/lapb/lapb_iface.c | |
parent | 479f5547239d970d3833f15f54a6481fffdb91ec (diff) |
ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback
When rx_buf is allocated we need to account for IPHETH_IP_ALIGN,
which reduces the usable size by 2 bytes. Otherwise we have 1512
bytes usable instead of 1514, and if we receive more than 1512
bytes, ipheth_rcvbulk_callback is called with status -EOVERFLOW,
after which the driver malfunctiones and all communication stops.
Resolves ipheth 2-1:4.2: ipheth_rcvbulk_callback: urb status: -75
Fixes: f33d9e2b48a3 ("usbnet: ipheth: fix connectivity with iOS 14")
Signed-off-by: Georgi Valkov <[email protected]>
Tested-by: Jan Kiszka <[email protected]>
Link: https://lore.kernel.org/all/[email protected]/
Link: https://lore.kernel.org/all/24851bd2769434a5fc24730dce8e8a984c5a4505.1643699778.git.jan.kiszka@siemens.com/
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions