diff options
author | 2016-08-31 00:35:07 +0530 | |
---|---|---|
committer | 2016-09-12 11:24:48 +0200 | |
commit | e4819013840bbad025ed6da660c1e8b3e9e8430a (patch) | |
tree | daedf8fbdab6366530c956292c44d23ccf20cfe4 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | mac80211: refactor monitor representation in sdata (diff) | |
download | linux-dev-e4819013840bbad025ed6da660c1e8b3e9e8430a.tar.xz linux-dev-e4819013840bbad025ed6da660c1e8b3e9e8430a.zip |
cfg80211: Remove deprecated create_singlethread_workqueue
The workqueue "cfg80211_wq" is involved in cleanup, scan and event related
works. It queues multiple work items &rdev->event_work,
&rdev->dfs_update_channels_wk,
&wiphy_to_rdev(request->wiphy)->scan_done_wk,
&wiphy_to_rdev(wiphy)->sched_scan_results_wk, which require strict
execution ordering.
Hence, an ordered dedicated workqueue has been used.
Since it's a wireless driver, WQ_MEM_RECLAIM has been set to ensure
forward progress under memory pressure.
Signed-off-by: Bhaktipriya Shridhar <bhaktipriya96@gmail.com>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions