diff options
author | Foster Snowhill <forst@pen.gy> | 2024-08-06 19:28:06 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-08-09 13:54:20 +0100 |
commit | 655b46d7a39ac6f049698b27c1568c0f7ff85d1e (patch) | |
tree | b45ad5c21f52f75de73dc2be9273aee275fdcb78 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | e5876b088ba03a62124266fa20d00e65533c7269 (diff) |
usbnet: ipheth: remove extraneous rx URB length check
Rx URB length was already checked in ipheth_rcvbulk_callback_legacy()
and ipheth_rcvbulk_callback_ncm(), depending on the current mode.
The check in ipheth_rcvbulk_callback() was thus mostly a duplicate.
The only place in ipheth_rcvbulk_callback() where we care about the URB
length is for the initial control frame. These frames are always 4 bytes
long. This has been checked as far back as iOS 4.2.1 on iPhone 3G.
Remove the extraneous URB length check. For control frames, check for
the specific 4-byte length instead.
Signed-off-by: Foster Snowhill <forst@pen.gy>
Tested-by: Georgi Valkov <gvalkov@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions