Skip to content
Commit a66fe165 authored by Ian Coolidge's avatar Ian Coolidge Committed by David S. Miller
Browse files

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: default avatarIan Coolidge <iancoolidge@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4fe5f079
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment