Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264284
b: refs/heads/master
c: b64b73d
h: refs/heads/master
v: v3
  • Loading branch information
stephen hemminger authored and David S. Miller committed Oct 6, 2011
1 parent 6645929 commit 57cb27b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 3458e21c0d384ca04b27a2ea24d9314c1b57530f
refs/heads/master: b64b73d7d0c480f75684519c6134e79d50c1b341
3 changes: 0 additions & 3 deletions trunk/net/bridge/br_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ static int br_dev_open(struct net_device *dev)
{
struct net_bridge *br = netdev_priv(dev);

netif_carrier_off(dev);
netdev_update_features(dev);
netif_start_queue(dev);
br_stp_enable_bridge(br);
Expand All @@ -108,8 +107,6 @@ static int br_dev_stop(struct net_device *dev)
{
struct net_bridge *br = netdev_priv(dev);

netif_carrier_off(dev);

br_stp_disable_bridge(br);
br_multicast_stop(br);

Expand Down

0 comments on commit 57cb27b

Please sign in to comment.