Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223217
b: refs/heads/master
c: 408cc29
h: refs/heads/master
i:
  223215: 6f2aadf
v: v3
  • Loading branch information
Joe Jin authored and David S. Miller committed Dec 8, 2010
1 parent f90a4f2 commit 0354eb9
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: e8d34a884e4ff118920bb57664def8a73b1b784f
refs/heads/master: 408cc293c29ada769ae772420a39961320da1854
2 changes: 1 addition & 1 deletion trunk/drivers/net/benet/be_cmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,7 @@ int be_cmd_multicast_set(struct be_adapter *adapter, u32 if_id,

i = 0;
netdev_for_each_mc_addr(ha, netdev)
memcpy(req->mac[i].byte, ha->addr, ETH_ALEN);
memcpy(req->mac[i++].byte, ha->addr, ETH_ALEN);
} else {
req->promiscuous = 1;
}
Expand Down

0 comments on commit 0354eb9

Please sign in to comment.