From: Ian Coolidge Date: Wed, 7 Nov 2012 14:39:19 +0000 (+0000) Subject: net: usb: cdc_eem: Fix rx skb allocation for 802.1Q VLANs X-Git-Tag: v3.7-rc5~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a66fe1653f4e81c007a68ca975067432a42df05b;p=pandora-kernel.git net: usb: cdc_eem: Fix rx skb allocation for 802.1Q VLANs cdc_eem frames might need to contain 802.1Q VLAN Ethernet frames. URB/skb sizing from usbnet will default to the hard_mtu, so account for the VLAN header by expanding that via hard_header_len Signed-off-by: Ian Coolidge Signed-off-by: David S. Miller --- Reading git-diff-tree failed