commit | a66fe1653f4e81c007a68ca975067432a42df05b | [log] [tgz] |
---|---|---|
author | Ian Coolidge <iancoolidge@gmail.com> | Wed Nov 07 14:39:19 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 07 21:12:26 2012 -0500 |
tree | 236cf01306c151e26b6759414aef249961ff04a3 | |
parent | 4fe5f079b499d7ff34fd49f4005f09018c4e80aa [diff] |
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 <iancoolidge@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>