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

Commit 8bc3e1d8 authored by Tobias Klauser's avatar Tobias Klauser Committed by David S. Miller
Browse files

net: iseries_veth: Use is_unicast_ether_addr helper

parent 58d14d4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1182,7 +1182,7 @@ static int veth_start_xmit(struct sk_buff *skb, struct net_device *dev)
	struct veth_port *port = netdev_priv(dev);
	HvLpIndexMap lpmask;

	if (! (frame[0] & 0x01)) {
	if (is_unicast_ether_addr(frame)) {
		/* unicast packet */
		HvLpIndex rlp = frame[5];