Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231191
b: refs/heads/master
c: 1225277
h: refs/heads/master
i:
  231189: e5d9eb2
  231187: f3a0289
  231183: 9140bfb
v: v3
  • Loading branch information
Tobias Klauser authored and David S. Miller committed Jan 13, 2011
1 parent 091379a commit 96ce239
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: 6c64b0c696d7a650f52d75ea59375983ec0d5e33
refs/heads/master: 12252771691aaf4935206367e0917a8f697acfcb
2 changes: 1 addition & 1 deletion trunk/drivers/net/bfin_mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,7 @@ static void bfin_mac_multicast_hash(struct net_device *dev)
addrs = ha->addr;

/* skip non-multicast addresses */
if (!(*addrs & 1))
if (!is_multicast_ether_addr(addrs))
continue;

crc = ether_crc(ETH_ALEN, addrs);
Expand Down

0 comments on commit 96ce239

Please sign in to comment.