Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210253
b: refs/heads/master
c: 071249b
h: refs/heads/master
i:
  210251: d7a36dd
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Aug 30, 2010
1 parent 2f79088 commit b02ef57
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: f880c2050f30b23c9b6f80028c09f76e693bf309
refs/heads/master: 071249b1d501b1f31a6b1af3fbcbe03158a84e5c
6 changes: 6 additions & 0 deletions trunk/net/mac80211/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,12 @@ void ieee80211_unregister_hw(struct ieee80211_hw *hw)

rtnl_unlock();

/*
* Now all work items will be gone, but the
* timer might still be armed, so delete it
*/
del_timer_sync(&local->work_timer);

cancel_work_sync(&local->reconfig_filter);

ieee80211_clear_tx_pending(local);
Expand Down

0 comments on commit b02ef57

Please sign in to comment.