Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156874
b: refs/heads/master
c: 60aa569
h: refs/heads/master
v: v3
  • Loading branch information
Lennert Buytenhek authored and John W. Linville committed Aug 7, 2009
1 parent a0b786f commit 5ea6b18
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: a94cc97e14c5750ec2b50b2e4ecdfb0f369ed0f4
refs/heads/master: 60aa569f9212a13382c29cc734f275dec0f55e0b
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/mwl8k.c
Original file line number Diff line number Diff line change
Expand Up @@ -3733,6 +3733,8 @@ static void __devexit mwl8k_remove(struct pci_dev *pdev)

ieee80211_stop_queues(hw);

ieee80211_unregister_hw(hw);

/* Remove tx reclaim tasklet */
tasklet_kill(&priv->tx_reclaim_task);

Expand All @@ -3746,8 +3748,6 @@ static void __devexit mwl8k_remove(struct pci_dev *pdev)
for (i = 0; i < MWL8K_TX_QUEUES; i++)
mwl8k_txq_reclaim(hw, i, 1);

ieee80211_unregister_hw(hw);

for (i = 0; i < MWL8K_TX_QUEUES; i++)
mwl8k_txq_deinit(hw, i);

Expand Down

0 comments on commit 5ea6b18

Please sign in to comment.