mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
8021q: use __vlan_hwaccel helpers
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
82eea4cfe4
commit
418a976d6c
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user