From: Jesse Gross Date: Thu, 21 Oct 2010 11:30:42 +0000 (+0000) Subject: vlan: Calling vlan_hwaccel_do_receive() is always valid. X-Git-Tag: v2.6.37-rc1~147^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0988c4c7fb5881377ec20a6452f739a722e97c6b;p=pandora-kernel.git 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: Vladislav Zolotarov Signed-off-by: Jesse Gross Signed-off-by: David S. Miller --- Reading git-diff-tree failed