Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

mlx4: use __vlan_hwaccel helpers

parent c4062f89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -875,7 +875,7 @@ int mlx4_en_process_rx_cq(struct net_device *dev, struct mlx4_en_cq *cq, int bud
			skb->data_len = length;
			napi_gro_frags(&cq->napi);
		} else {
			skb->vlan_tci = 0;
			__vlan_hwaccel_clear_tag(skb);
			skb_clear_hash(skb);
		}
next: