Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 2020 19:35:31 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r367812 - head/sys/dev/usb/net
Message-ID:  <202011181935.0AIJZVcn096839@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Wed Nov 18 19:35:30 2020
New Revision: 367812
URL: https://svnweb.freebsd.org/changeset/base/367812

Log:
  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
  MFC after:	2 weeks
  Differential Revision:	https://reviews.freebsd.org/D27250

Modified:
  head/sys/dev/usb/net/if_iphethvar.h

Modified: head/sys/dev/usb/net/if_iphethvar.h
==============================================================================
--- head/sys/dev/usb/net/if_iphethvar.h	Wed Nov 18 19:23:30 2020	(r367811)
+++ head/sys/dev/usb/net/if_iphethvar.h	Wed Nov 18 19:35:30 2020	(r367812)
@@ -39,7 +39,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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011181935.0AIJZVcn096839>