Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376674
b: refs/heads/master
c: b190a50
h: refs/heads/master
v: v3
  • Loading branch information
Jay Vosburgh authored and David S. Miller committed May 31, 2013
1 parent 8c2613c commit ee94cbb
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: 29ca2f8fcc721517b83d0a560c47cee2dde827a6
refs/heads/master: b190a50875b95e58ebe2b00ed3bf7f1d44961471
2 changes: 1 addition & 1 deletion trunk/net/core/dev_addr_lists.c
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ int dev_mc_sync_multiple(struct net_device *to, struct net_device *from)
return -EINVAL;

netif_addr_lock_nested(to);
err = __hw_addr_sync(&to->mc, &from->mc, to->addr_len);
err = __hw_addr_sync_multiple(&to->mc, &from->mc, to->addr_len);
if (!err)
__dev_set_rx_mode(to);
netif_addr_unlock(to);
Expand Down

0 comments on commit ee94cbb

Please sign in to comment.