aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q
diff options
context:
space:
mode:
Diffstat (limited to 'net/8021q')
-rw-r--r--net/8021q/vlan_dev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/8021q/vlan_dev.c b/net/8021q/vlan_dev.c
index a0617bf7cec6..4a8525927c27 100644
--- a/net/8021q/vlan_dev.c
+++ b/net/8021q/vlan_dev.c
@@ -308,7 +308,6 @@ static int vlan_dev_hard_header(struct sk_buff *skb, struct net_device *dev,
308 vhdr->h_vlan_encapsulated_proto = htons(len); 308 vhdr->h_vlan_encapsulated_proto = htons(len);
309 309
310 skb->protocol = htons(ETH_P_8021Q); 310 skb->protocol = htons(ETH_P_8021Q);
311 skb_reset_network_header(skb);
312 } 311 }
313 312
314 /* Before delegating work to the lower layer, enter our MAC-address */ 313 /* Before delegating work to the lower layer, enter our MAC-address */