Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159395
b: refs/heads/master
c: d8cc892
h: refs/heads/master
i:
  159393: ec80862
  159391: 800e3ac
v: v3
  • Loading branch information
Pavel Roskin authored and John W. Linville committed Aug 4, 2009
1 parent 4ef1cf3 commit 02365a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 117839bd1251dc654938c529c95c7611ac260351
refs/heads/master: d8cc8926e9b4dc2ce513ee3325bf16b4ea6d94e8
6 changes: 6 additions & 0 deletions trunk/drivers/net/wireless/rt2x00/rt2x00dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -892,6 +892,12 @@ void rt2x00lib_remove_dev(struct rt2x00_dev *rt2x00dev)
*/
rt2x00lib_disable_radio(rt2x00dev);

/*
* Stop all work.
*/
cancel_work_sync(&rt2x00dev->filter_work);
cancel_work_sync(&rt2x00dev->intf_work);

/*
* Uninitialize device.
*/
Expand Down

0 comments on commit 02365a0

Please sign in to comment.