Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21277
b: refs/heads/master
c: fb15b9d
h: refs/heads/master
i:
  21275: 2653483
v: v3
  • Loading branch information
Jeff Garzik committed Mar 4, 2006
1 parent bb0c056 commit 0cc0dc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c3cf560e35509634d72cf809074834d5ea23ab66
refs/heads/master: fb15b9dd8b3f44290a7b3b06fdfd4be2ad73f0ac
1 change: 1 addition & 0 deletions trunk/drivers/net/s2io.c
Original file line number Diff line number Diff line change
Expand Up @@ -4160,6 +4160,7 @@ static void s2io_set_multicast(struct net_device *dev)
i++, mclist = mclist->next) {
memcpy(sp->usr_addrs[i].addr, mclist->dmi_addr,
ETH_ALEN);
mac_addr = 0;
for (j = 0; j < ETH_ALEN; j++) {
mac_addr |= mclist->dmi_addr[j];
mac_addr <<= 8;
Expand Down

0 comments on commit 0cc0dc3

Please sign in to comment.