Re: [PATCH] wifi: ipw2x00: replace use of system_unbound_wq with system_dfl_wq
From: Johannes Berg
Date: Thu Nov 20 2025 - 04:28:17 EST
The subject and this:
> Switch to using system_dfl_wq because system_unbound_wq is going away as
> part of a workqueue restructuring.
>
doesn't match what you actually do:
> - mod_delayed_work(system_wq, &priv->rf_kill, round_jiffies_relative(HZ));
> + mod_delayed_work(system_percpu_wq, &priv->rf_kill, round_jiffies_relative(HZ));
>
johannes