Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352322
b: refs/heads/master
c: e08b590
h: refs/heads/master
v: v3
  • Loading branch information
Vladimir Kondratiev authored and John W. Linville committed Jan 30, 2013
1 parent 20484f0 commit a7c1b6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 56f004b4672972b6c936573eca835ed90787097a
refs/heads/master: e08b5906ccf323e2ad7b0448329b7cbcfda4c94e
8 changes: 4 additions & 4 deletions trunk/drivers/net/wireless/ath/wil6210/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,13 +250,13 @@ int wil_reset(struct wil6210_priv *wil)
cancel_work_sync(&wil->disconnect_worker);
wil6210_disconnect(wil, NULL);

wil6210_disable_irq(wil);
wil->status = 0;

wmi_event_flush(wil);

flush_workqueue(wil->wmi_wq);
flush_workqueue(wil->wmi_wq_conn);

wil6210_disable_irq(wil);
wil->status = 0;
flush_workqueue(wil->wmi_wq);

/* TODO: put MAC in reset */
wil_target_reset(wil);
Expand Down

0 comments on commit a7c1b6b

Please sign in to comment.