Re: [PATCH 0/2] Fix CDC_EEM with 802.1Q VLAN and 1500 MTU

2012-11-07 Thread David Miller
Patch #2 does not apply cleanl to the net tree. Please respin and repost this entire series again. Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.h

[PATCH 0/2] Fix CDC_EEM with 802.1Q VLAN and 1500 MTU

2012-11-06 Thread Ian Coolidge
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 VLAN