Re: [PATCH v2] usbnet: remove generic hard_header_len check

2014-02-17 Thread David Miller
From: Emil Goode Date: Thu, 13 Feb 2014 17:50:19 +0100 > This patch removes a generic hard_header_len check from the usbnet > module that is causing dropped packages under certain circumstances > for devices that send rx packets that cross urb boundaries. > > One example is the AX88772B which

Re: [PATCH v2] usbnet: remove generic hard_header_len check

2014-02-17 Thread David Miller
From: Emil Goode emilgo...@gmail.com Date: Thu, 13 Feb 2014 17:50:19 +0100 This patch removes a generic hard_header_len check from the usbnet module that is causing dropped packages under certain circumstances for devices that send rx packets that cross urb boundaries. One example is the

Re: [PATCH v2] usbnet: remove generic hard_header_len check

2014-02-13 Thread Emil Goode
On Thu, Feb 13, 2014 at 04:56:58PM +, David Laight wrote: > From: Of Emil Goode > > This patch removes a generic hard_header_len check from the usbnet > > module that is causing dropped packages under certain circumstances > > for devices that send rx packets that cross urb boundaries. > > >

RE: [PATCH v2] usbnet: remove generic hard_header_len check

2014-02-13 Thread David Laight
From: Of Emil Goode > This patch removes a generic hard_header_len check from the usbnet > module that is causing dropped packages under certain circumstances > for devices that send rx packets that cross urb boundaries. > > One example is the AX88772B which occasionally send rx packets that >

RE: [PATCH v2] usbnet: remove generic hard_header_len check

2014-02-13 Thread David Laight
From: Of Emil Goode This patch removes a generic hard_header_len check from the usbnet module that is causing dropped packages under certain circumstances for devices that send rx packets that cross urb boundaries. One example is the AX88772B which occasionally send rx packets that cross

Re: [PATCH v2] usbnet: remove generic hard_header_len check

2014-02-13 Thread Emil Goode
On Thu, Feb 13, 2014 at 04:56:58PM +, David Laight wrote: From: Of Emil Goode This patch removes a generic hard_header_len check from the usbnet module that is causing dropped packages under certain circumstances for devices that send rx packets that cross urb boundaries. One