From 8a17ef878681e393ba700d115565c87699026717 Mon Sep 17 00:00:00 2001 From: Mingcong Bai Date: Tue, 30 Jul 2024 09:46:31 +0800 Subject: [PATCH] fix(etc.d/modprobe.d): drop bt_coex_active=0 option for iwlwifi This was introduced at least 6 years ago and causes boot errors on devices with newer Intel Wireless cards: iwlmvm doesn't allow to disable BT Coex, check bt_coex_active module parameter Drop this antiquated (and probably unneeded version). --- etc.d/modprobe.d/iwlwifi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc.d/modprobe.d/iwlwifi.conf b/etc.d/modprobe.d/iwlwifi.conf index 224667a..dc8471c 100644 --- a/etc.d/modprobe.d/iwlwifi.conf +++ b/etc.d/modprobe.d/iwlwifi.conf @@ -1 +1 @@ -options iwlwifi bt_coex_active=0 power_save=0 swcrypto=0 +options iwlwifi power_save=0 swcrypto=0