vlan: Use __vlan_hwaccel_put_tag() in rx
authorEric Dumazet <eric.dumazet@gmail.com>
Fri, 13 Nov 2009 06:33:11 +0000 (06:33 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Nov 2009 06:21:33 +0000 (22:21 -0800)
commitb93ab837a2d3eb394082c9eae4ee0a4f83060027
tree7189349bad6a0d145c6ba6a051e8eb79d07bc1ec
parentc5d5d1721763842a516529e553433d13b11c3f31
vlan: Use __vlan_hwaccel_put_tag() in rx

Commit 05423b241311c9380 (vlan: allow null VLAN ID to be used)
forgot to update __vlan_hwaccel_rx() & vlan_gro_common()

We need to set VLAN_TAG_PRESENT flag in skb->vlan_tci

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/8021q/vlan_core.c