Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58933
b: refs/heads/master
c: 75ebe8f
h: refs/heads/master
i:
  58931: 4fe0882
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Jul 11, 2007
1 parent 6a3391f commit e63489d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 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: d212f87b068c9d72065ef579d85b5ee6b8b59381
refs/heads/master: 75ebe8f73610636be8bbd8d73db883512850e6be
1 change: 0 additions & 1 deletion trunk/net/core/dev_mcast.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,4 +292,3 @@ void __init dev_mcast_init(void)

EXPORT_SYMBOL(dev_mc_add);
EXPORT_SYMBOL(dev_mc_delete);
EXPORT_SYMBOL(dev_mc_upload);
3 changes: 0 additions & 3 deletions trunk/net/decnet/dn_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,6 @@ static int dn_dev_insert_ifa(struct dn_dev *dn_db, struct dn_ifaddr *ifa)
if (ifa->ifa_local != dn_eth2dn(dev->dev_addr)) {
dn_dn2eth(mac_addr, ifa->ifa_local);
dev_mc_add(dev, mac_addr, ETH_ALEN, 0);
dev_mc_upload(dev);
}
}

Expand Down Expand Up @@ -1064,8 +1063,6 @@ static int dn_eth_up(struct net_device *dev)
else
dev_mc_add(dev, dn_rt_all_rt_mcast, ETH_ALEN, 0);

dev_mc_upload(dev);

dn_db->use_long = 1;

return 0;
Expand Down

0 comments on commit e63489d

Please sign in to comment.