From 83feb054cd6578c50a0571be0b039d13e584f8a7 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Sat, 5 Oct 2024 16:25:28 +0200 Subject: [PATCH] pygoscelis: Disable CONFIG_IWLWIFI_DEVICE_TRACING MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This might break debugging, but so far I’ve had no issues, so micro-optimize here. --- pygoscelis-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygoscelis-config b/pygoscelis-config index 10f36d4..13b3d7e 100644 --- a/pygoscelis-config +++ b/pygoscelis-config @@ -2399,7 +2399,7 @@ CONFIG_IWLWIFI_OPMODE_MODULAR=y # Debugging Options # # CONFIG_IWLWIFI_DEBUG is not set -CONFIG_IWLWIFI_DEVICE_TRACING=y +# CONFIG_IWLWIFI_DEVICE_TRACING is not set # end of Debugging Options # CONFIG_WLAN_VENDOR_INTERSIL is not set