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

usb: gadget: g_ether: fix frame size check for 802.1Q



Checking skb->len against ETH_FRAME_LEN assumes a 1514
ethernet frame size. With an 802.1Q VLAN header, ethernet
frame length can now be 1518. Validate frame length against that.

Signed-off-by: default avatarIan Coolidge <iancoolidge@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0dad9e94
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