Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184065
b: refs/heads/master
c: 0866b03
h: refs/heads/master
i:
  184063: a0d35be
v: v3
  • Loading branch information
Larry Finger authored and John W. Linville committed Feb 8, 2010
1 parent 544862e commit b313763
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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: 74e2bd1fa3ae9695af566ad5a7a288898787b909
refs/heads/master: 0866b03c7d7dee8a34ffa527ecda426c0f405518
3 changes: 1 addition & 2 deletions trunk/drivers/net/wireless/b43/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3987,6 +3987,7 @@ static int b43_wireless_core_start(struct b43_wldev *dev)
}

/* We are ready to run. */
ieee80211_wake_queues(dev->wl->hw);
b43_set_status(dev, B43_STAT_STARTED);

/* Start data flow (TX/RX). */
Expand Down Expand Up @@ -4396,8 +4397,6 @@ static int b43_wireless_core_init(struct b43_wldev *dev)

ieee80211_wake_queues(dev->wl->hw);

ieee80211_wake_queues(dev->wl->hw);

b43_set_status(dev, B43_STAT_INITIALIZED);

out:
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/b43legacy/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2923,6 +2923,7 @@ static int b43legacy_wireless_core_start(struct b43legacy_wldev *dev)
goto out;
}
/* We are ready to run. */
ieee80211_wake_queues(dev->wl->hw);
b43legacy_set_status(dev, B43legacy_STAT_STARTED);

/* Start data flow (TX/RX) */
Expand Down Expand Up @@ -3343,6 +3344,7 @@ static int b43legacy_wireless_core_init(struct b43legacy_wldev *dev)
b43legacy_security_init(dev);
b43legacy_rng_init(wl);

ieee80211_wake_queues(dev->wl->hw);
b43legacy_set_status(dev, B43legacy_STAT_INITIALIZED);

b43legacy_leds_init(dev);
Expand Down

0 comments on commit b313763

Please sign in to comment.