Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256047
b: refs/heads/master
c: abfc89c
h: refs/heads/master
i:
  256045: 6fb6edd
  256043: abbae22
  256039: 81dba44
  256031: 0d6d99d
v: v3
  • Loading branch information
Tobias Klauser authored and David S. Miller committed Jul 5, 2011
1 parent 393b515 commit f6130ed
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: 8bc3e1d8a16e6ef501af1c4d3abd7a90b4db1c0f
refs/heads/master: abfc89c7b5347b869d1c48ddae027caf91a2300d
2 changes: 1 addition & 1 deletion trunk/drivers/net/rionet.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ static int rionet_start_xmit(struct sk_buff *skb, struct net_device *ndev)
return NETDEV_TX_BUSY;
}

if (eth->h_dest[0] & 0x01) {
if (is_multicast_ether_addr(eth->h_dest)) {
for (i = 0; i < RIO_MAX_ROUTE_ENTRIES(rnet->mport->sys_size);
i++)
if (rionet_active[i])
Expand Down

0 comments on commit f6130ed

Please sign in to comment.