[PATCH 0/2] Fix CDC_EEM with 802.1Q VLAN and 1500 MTU
From: Ian Coolidge <hidden>
Date: 2012-11-06 20:59:19
cdc_eem USB host driver and gadget driver both are broken in 1500 MTU case when using 802.1Q VLANs. In both cases, this is due to incomplete assumptions of Ethernet frame size. Ian Coolidge (2): usb: gadget: g_ether: fix frame size check net: usb: cdc_eem: Fix rx skb allocation for 802.1Q VLANs drivers/net/usb/cdc_eem.c | 4 ++++ drivers/usb/gadget/u_ether.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletions(-) -- 1.7.6.5