Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159340
b: refs/heads/master
c: e351cfb
h: refs/heads/master
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Aug 4, 2009
1 parent b75d2c5 commit 344274a
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 9ed21d390166ceb89e011d3dbd277475ff2f33c4
refs/heads/master: e351cfbf4e6ccd8bf32555748a49dba5bc93fcb0
3 changes: 1 addition & 2 deletions trunk/drivers/net/wireless/ath/ar9170/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1290,14 +1290,13 @@ static void ar9170_op_stop(struct ieee80211_hw *hw)
if (IS_STARTED(ar))
ar->state = AR9170_IDLE;

flush_workqueue(ar->hw->workqueue);

cancel_delayed_work_sync(&ar->tx_janitor);
#ifdef CONFIG_AR9170_LEDS
cancel_delayed_work_sync(&ar->led_work);
#endif
cancel_work_sync(&ar->filter_config_work);
cancel_work_sync(&ar->beacon_work);

mutex_lock(&ar->mutex);

if (IS_ACCEPTING_CMD(ar)) {
Expand Down

0 comments on commit 344274a

Please sign in to comment.