Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327642
b: refs/heads/master
c: 1411af1
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg committed Jul 31, 2012
1 parent 8997454 commit 1cc0bfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c405c6298eacd423098afacf6020ddbda1b0378b
refs/heads/master: 1411af156524ce42c2a7f989320c4484257f3ff5
3 changes: 3 additions & 0 deletions trunk/net/mac80211/iface.c
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,8 @@ static int ieee80211_do_open(struct net_device *dev, bool coming_up)
case NL80211_IFTYPE_MESH_POINT:
netif_carrier_off(dev);
break;
case NL80211_IFTYPE_WDS:
break;
default:
netif_carrier_on(dev);
}
Expand Down Expand Up @@ -580,6 +582,7 @@ static int ieee80211_do_open(struct net_device *dev, bool coming_up)
}

rate_control_rate_init(sta);
netif_carrier_on(dev);
}

/*
Expand Down

0 comments on commit 1cc0bfd

Please sign in to comment.