Hi, On Wed, Sep 7, 2022 at 5:02 PM Toke Høiland-Jørgensen <toke@xxxxxxx> wrote: > > From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx> > > The iwlmei driver breaks iwlwifi when returning from suspend; the bug > report[0] has been open for four months now, and now fix seems to be > forthcoming. Since just disabling the iwlmei driver works as a workaround, > let's mark the config option as broken until it can be fixed properly. > > [0] https://bugzilla.kernel.org/show_bug.cgi?id=215937 > > Fixes: 2da4366f9e2c ("iwlwifi: mei: add the driver to allow cooperation with CSME") > Signed-off-by: Toke Høiland-Jørgensen <toke@xxxxxxxxxx> I am not very proud of this, to say the least, but unfortunately, despite Toke's patience and his willingness to provide logs and all, I couldn't find the time to fix this. We had tested against NetworkManager wpa_s, but not against iwd. >From the start, we thought distro wouldn't enable this and this is why we disabled iwlmei by default. This driver is meant to be used by specific groups that need this and they'll know how to enable this driver even if it is marked as BROKEN. This is why, with a heavy heart: Acked-by: Emmanuel Grumbach <emmanuel.grumbach@xxxxxxxxx> I'd also suggest to CC this to stable 5.17+ Thanks Toke and Sorry! > --- > drivers/net/wireless/intel/iwlwifi/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/net/wireless/intel/iwlwifi/Kconfig b/drivers/net/wireless/intel/iwlwifi/Kconfig > index a647a406b87b..b20409f8c13a 100644 > --- a/drivers/net/wireless/intel/iwlwifi/Kconfig > +++ b/drivers/net/wireless/intel/iwlwifi/Kconfig > @@ -140,6 +140,7 @@ config IWLMEI > depends on INTEL_MEI > depends on PM > depends on CFG80211 > + depends on BROKEN > help > Enables the iwlmei kernel module. > > -- > 2.37.2 >