Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256046
b: refs/heads/master
c: 8bc3e1d
h: refs/heads/master
v: v3
  • Loading branch information
Tobias Klauser authored and David S. Miller committed Jul 5, 2011
1 parent 6fb6edd commit 393b515
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 58d14d4fbaeb0cede14c59e8a2648b4791c0afe2
refs/heads/master: 8bc3e1d8a16e6ef501af1c4d3abd7a90b4db1c0f
2 changes: 1 addition & 1 deletion trunk/drivers/net/iseries_veth.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];

Expand Down

0 comments on commit 393b515

Please sign in to comment.