Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98819
b: refs/heads/master
c: ea0c925
h: refs/heads/master
i:
  98817: cc98b68
  98815: e5ca9c2
v: v3
  • Loading branch information
Ivo van Doorn authored and John W. Linville committed Jul 7, 2008
1 parent 062c68a commit 24ee6e2
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 8db9369ff92b1cd93566baadd8bd2992f025fdd0
refs/heads/master: ea0c925370b33baf168bb33782c613468c1aa119
4 changes: 2 additions & 2 deletions trunk/net/mac80211/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -530,8 +530,6 @@ static int ieee80211_stop(struct net_device *dev)
local->sta_hw_scanning = 0;
}

flush_workqueue(local->hw.workqueue);

sdata->u.sta.flags &= ~IEEE80211_STA_PRIVACY_INVOKED;
kfree(sdata->u.sta.extra_ie);
sdata->u.sta.extra_ie = NULL;
Expand All @@ -555,6 +553,8 @@ static int ieee80211_stop(struct net_device *dev)

ieee80211_led_radio(local, 0);

flush_workqueue(local->hw.workqueue);

tasklet_disable(&local->tx_pending_tasklet);
tasklet_disable(&local->tasklet);
}
Expand Down

0 comments on commit 24ee6e2

Please sign in to comment.