|
@@ -1159,9 +1159,9 @@ void rt2x00lib_remove_dev(struct rt2x00_dev *rt2x00dev)
|
|
/*
|
|
/*
|
|
* Stop all work.
|
|
* Stop all work.
|
|
*/
|
|
*/
|
|
- del_timer_sync(&rt2x00dev->txstatus_timer);
|
|
|
|
cancel_work_sync(&rt2x00dev->intf_work);
|
|
cancel_work_sync(&rt2x00dev->intf_work);
|
|
if (rt2x00_is_usb(rt2x00dev)) {
|
|
if (rt2x00_is_usb(rt2x00dev)) {
|
|
|
|
+ del_timer_sync(&rt2x00dev->txstatus_timer);
|
|
cancel_work_sync(&rt2x00dev->rxdone_work);
|
|
cancel_work_sync(&rt2x00dev->rxdone_work);
|
|
cancel_work_sync(&rt2x00dev->txdone_work);
|
|
cancel_work_sync(&rt2x00dev->txdone_work);
|
|
}
|
|
}
|