Skip to content
Commit 0988c4c7 authored by Jesse Gross's avatar Jesse Gross Committed by David S. Miller
Browse files

vlan: Calling vlan_hwaccel_do_receive() is always valid.



It is now acceptable to receive vlan tagged packets at any time,
even if CONFIG_VLAN_8021Q is not set.  This means that calling
vlan_hwaccel_do_receive() should not result in BUG() but rather just
behave as if there were no vlan devices configured.

Reported-by: default avatarVladislav Zolotarov <vladz@broadcom.com>
Signed-off-by: default avatarJesse Gross <jesse@nicira.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2198a10b
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