summaryrefslogtreecommitdiff
path: root/tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorChen-Yu Tsai <wenst@chromium.org>2026-01-07 17:27:40 +0800
committerJohannes Berg <johannes.berg@intel.com>2026-01-08 13:42:50 +0100
commit7bab5bdb81e33cd0bc0aa848931ff47940ad54b0 (patch)
tree5cc8b133c4622ffc81478b39a2f1e2947379e26a /tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git
parent4ea5bebe17bad6b1991fa632f2121062066b6dcc (diff)
wifi: mwifiex: Allocate dev name earlier for interface workqueue name
The interface specific workqueues are allocated with the interface name as part of the workqueue name. However when they are allocated, the interface name has not been allocated, thus the "name" is actually the pattern for the name "mlan%d". This ends up pretty ugly and could conflict if multiple interfaces were added. Allocate the device name earlier and use that to allocate the workqueues. Also tweak the workqueue name patterns to add a separator between the prefix and the interface name parts for readability. Signed-off-by: Chen-Yu Tsai <wenst@chromium.org> Link: https://patch.msgid.link/20260107092744.1131314-1-wenst@chromium.org Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions