wifi: iwlwifi: Use request_module_nowait
authorBen Greear <greearb@candelatech.com>
Tue, 30 Apr 2024 23:42:12 +0000 (16:42 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 3 May 2024 07:19:16 +0000 (09:19 +0200)
commit3d913719df14c28c4d3819e7e6d150760222bda4
treedc08481b1ddbfbfdff5dafcf4a2af6efa2853e3b
parent52afb15e9d9a021ab6eec923a087ec9f518cb713
wifi: iwlwifi: Use request_module_nowait

This appears to work around a deadlock regression that came in
with the LED merge in 6.9.

The deadlock happens on my system with 24 iwlwifi radios, so maybe
it something like all worker threads are busy and some work that needs
to complete cannot complete.

Link: https://lore.kernel.org/linux-kernel/20240411070718.GD6194@google.com/
Fixes: f5c31bcf604d ("Merge tag 'leds-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/leds")
Signed-off-by: Ben Greear <greearb@candelatech.com>
Link: https://msgid.link/20240430234212.2132958-1-greearb@candelatech.com
[also remove unnecessary "load_module" var and now-wrong comment]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlwifi/iwl-drv.c