Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159339
b: refs/heads/master
c: 9ed21d3
h: refs/heads/master
i:
  159337: 96e1918
  159335: 3dd4d5b
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Aug 4, 2009
1 parent 93d8d67 commit b75d2c5
Show file tree
Hide file tree
Showing 2 changed files with 2 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: ebc8ab17d69cbaec6bb345a48a2cb87047643f63
refs/heads/master: 9ed21d390166ceb89e011d3dbd277475ff2f33c4
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/at76c50x-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1773,6 +1773,7 @@ static void at76_mac80211_stop(struct ieee80211_hw *hw)

at76_dbg(DBG_MAC80211, "%s()", __func__);

cancel_delayed_work(&priv->dwork_hw_scan);
cancel_work_sync(&priv->work_set_promisc);

mutex_lock(&priv->mtx);
Expand Down Expand Up @@ -2298,7 +2299,6 @@ static void at76_delete_device(struct at76_priv *priv)
tasklet_kill(&priv->rx_tasklet);

if (priv->mac80211_registered) {
cancel_delayed_work(&priv->dwork_hw_scan);
flush_workqueue(priv->hw->workqueue);
ieee80211_unregister_hw(priv->hw);
}
Expand Down

0 comments on commit b75d2c5

Please sign in to comment.