Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH] iwlwifi: Mark IWLMEI as broken
@ 2022-09-07 13:44 Toke Høiland-Jørgensen
  2022-09-08  8:27 ` Emmanuel Grumbach
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Toke Høiland-Jørgensen @ 2022-09-07 13:44 UTC (permalink / raw)
  To: Gregory Greenman, Emmanuel Grumbach, Kalle Valo, Ayala Beker
  Cc: linux-wireless, Toke Høiland-Jørgensen

From: Toke Høiland-Jørgensen <toke@redhat.com>

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@redhat.com>
---
 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


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-09-12 11:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-07 13:44 [PATCH] iwlwifi: Mark IWLMEI as broken Toke Høiland-Jørgensen
2022-09-08  8:27 ` Emmanuel Grumbach
2022-09-08  9:18   ` Toke Høiland-Jørgensen
2022-09-12 11:19   ` Kalle Valo
2022-09-09  5:42 ` Kalle Valo
2022-09-09  6:26   ` Toke Høiland-Jørgensen
2022-09-09  9:10     ` Kalle Valo
2022-09-09  6:54   ` Emmanuel Grumbach
2022-09-12 11:24 ` wifi: " Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox