-
Jonas Höppner authored
The default debug level tends to clutter all connected terminals...
2cde5d3c
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
0001-Makefile-Reduce-debug-level.patch 697 B
From 2b59053700f7878c71f1a62420325f14a69fb527 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20H=C3=B6ppner?= <jonas.hoeppner@garz-fricke.com>
Date: Wed, 21 Feb 2024 11:23:38 +0000
Subject: [PATCH] Makefile: Reduce debug level
---
mxm_wifiex/wlan_src/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mxm_wifiex/wlan_src/Makefile b/mxm_wifiex/wlan_src/Makefile
index 378fd43..0e5e6e4 100644
--- a/mxm_wifiex/wlan_src/Makefile
+++ b/mxm_wifiex/wlan_src/Makefile
@@ -65,7 +65,7 @@ CONFIG_PCIEAW693=n
# n: NO DEBUG
# 1: Only PRINTM(MMSG,...), PRINTM(MFATAL,...), ...
# 2: All PRINTM()
-CONFIG_DEBUG=1
+CONFIG_DEBUG=0
# Enable STA mode support
CONFIG_STA_SUPPORT=y