diff options
| author | Lennert Buytenhek <[email protected]> | 2009-07-17 01:48:41 +0200 |
|---|---|---|
| committer | John W. Linville <[email protected]> | 2009-08-20 11:38:08 -0400 |
| commit | 950d5b0191dc3e71017f336017f75f6189f39f08 (patch) | |
| tree | 1e61d8d2795ab278ea415e7228c289bf33fb29f2 /tools/perf/scripts/python | |
| parent | 23b339062f247e0be84eaabb15e17b403c4388b6 (diff) | |
mwl8k: mwl8k_queue_work() cleanup
Delete most of the mwl8k_work_struct fields and options, since most
of them are unused or never changed from their defaults:
- We always use priv->config_wq, so delete the wqueue argument from
mwl8k_queue_work().
- MWL8K_WQ_SPIN and MWL8K_WQ_POST_REQUEST are never used, as all
callers sleep for request completion, so sleep unconditionally.
- MWL8K_WQ_FREE_WORKSTRUCT is never used.
- MWL8K_WQ_TX_WAIT_EMPTY is always set, so assume it unconditionally.
- timeout_ms/txwait_attempts/tx_timeout_ms are never changed from
their defaults, so just hardcode these in the workqueue worker.
- step is never used.
Signed-off-by: Lennert Buytenhek <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions