summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2020-12-03 02:22:05 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2020-12-03 02:22:05 +0000
commit60372f58be909dc2d50927225b98dafcf8d687ef (patch)
tree3ea63b1a5474e27f5f90a032292b413a459916bf
parent8c31d71b0620b543aee5a1e43cec42eeddecf7bb (diff)
downloadsrc-test2-60372f58be909dc2d50927225b98dafcf8d687ef.tar.gz
src-test2-60372f58be909dc2d50927225b98dafcf8d687ef.zip
MFC r367812:
ipheth(4): Fix for iOS 14 Fix USB tethering for iOS 14. Inspired by: https://github.com/libimobiledevice/libimobiledevice/issues/1038 PR: 249979 Reviewed by: hselasky Differential Revision: https://reviews.freebsd.org/D27250
Notes
Notes: svn path=/stable/11/; revision=368292
-rw-r--r--sys/dev/usb/net/if_iphethvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/net/if_iphethvar.h b/sys/dev/usb/net/if_iphethvar.h
index 65b0c940c600..5345bc7881ed 100644
--- a/sys/dev/usb/net/if_iphethvar.h
+++ b/sys/dev/usb/net/if_iphethvar.h
@@ -37,7 +37,7 @@
#define IPHETH_USBINTF_SUBCLASS 253
#define IPHETH_USBINTF_PROTO 1
-#define IPHETH_BUF_SIZE 1516
+#define IPHETH_BUF_SIZE 1514
#define IPHETH_TX_TIMEOUT 5000 /* ms */
#define IPHETH_RX_FRAMES_MAX 1