On Thu, Jul 16, 2009 at 12:09:06PM +0200, Vincent CUISSARD wrote: > When the driver received an EEM packet with CRC option enabled, driver must > compute and check the CRC of the Ethernet data. Previous version computes CRC > on Ethernet data plus the original CRC value. Skbuff is correctly trimed but > the old length is used when CRC is computed. > > > Signed-off-by: Vincent CUISSARD <vincent.cuissard@xxxxxxxxx> > --- > drivers/net/usb/cdc_eem.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/net/usb/cdc_eem.c b/drivers/net/usb/cdc_eem.c > index 80e0177..b9e7162 100644 > --- a/drivers/net/usb/cdc_eem.c > +++ b/drivers/net/usb/cdc_eem.c drivers/net/ patches need to be sent to the netdev mailing list. The tool, scripts/get_maintainer.pl will help you in figuring out who to send patches to. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html