Commit 418a976d authored by Michał Mirosław's avatar Michał Mirosław Committed by David S. Miller
Browse files

8021q: use __vlan_hwaccel helpers

parent 82eea4cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ bool vlan_do_receive(struct sk_buff **skbp)
	}

	skb->priority = vlan_get_ingress_priority(vlan_dev, skb->vlan_tci);
	skb->vlan_tci = 0;
	__vlan_hwaccel_clear_tag(skb);

	rx_stats = this_cpu_ptr(vlan_dev_priv(vlan_dev)->vlan_pcpu_stats);