diff options
Diffstat (limited to 'drivers/net/iseries_veth.c')
-rw-r--r-- | drivers/net/iseries_veth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/iseries_veth.c b/drivers/net/iseries_veth.c index 242bf524273e..53dd39e9130e 100644 --- a/drivers/net/iseries_veth.c +++ b/drivers/net/iseries_veth.c | |||
@@ -1182,7 +1182,7 @@ static int veth_start_xmit(struct sk_buff *skb, struct net_device *dev) | |||
1182 | struct veth_port *port = netdev_priv(dev); | 1182 | struct veth_port *port = netdev_priv(dev); |
1183 | HvLpIndexMap lpmask; | 1183 | HvLpIndexMap lpmask; |
1184 | 1184 | ||
1185 | if (! (frame[0] & 0x01)) { | 1185 | if (is_unicast_ether_addr(frame)) { |
1186 | /* unicast packet */ | 1186 | /* unicast packet */ |
1187 | HvLpIndex rlp = frame[5]; | 1187 | HvLpIndex rlp = frame[5]; |
1188 | 1188 | ||