summaryrefslogtreecommitdiff
path: root/include/linux/workqueue.h
diff options
context:
space:
mode:
authorChen-Yu Tsai <wenst@chromium.org>2026-01-07 12:27:40 +0300
committerJohannes Berg <johannes.berg@intel.com>2026-01-08 15:42:50 +0300
commit7bab5bdb81e33cd0bc0aa848931ff47940ad54b0 (patch)
tree5cc8b133c4622ffc81478b39a2f1e2947379e26a /include/linux/workqueue.h
parent4ea5bebe17bad6b1991fa632f2121062066b6dcc (diff)
downloadlinux-7bab5bdb81e33cd0bc0aa848931ff47940ad54b0.tar.xz
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 'include/linux/workqueue.h')
0 files changed, 0 insertions, 0 deletions