Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209850
b: refs/heads/master
c: 0ac820e
h: refs/heads/master
v: v3
  • Loading branch information
Phil Oester authored and David S. Miller committed Aug 19, 2010
1 parent 7ff622d commit d15c800
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 0645bab7da3cb021157e5c661ef35f1d1226785a
refs/heads/master: 0ac820eebe9008094040955d294ef7b33b418413
3 changes: 2 additions & 1 deletion trunk/net/8021q/vlan_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,8 @@ static int vlan_dev_open(struct net_device *dev)
if (vlan->flags & VLAN_FLAG_GVRP)
vlan_gvrp_request_join(dev);

netif_carrier_on(dev);
if (netif_carrier_ok(real_dev))
netif_carrier_on(dev);
return 0;

clear_allmulti:
Expand Down

0 comments on commit d15c800

Please sign in to comment.