mirror of
https://github.com/armbian/build.git
synced 2025-08-11 21:56:58 +02:00
* The initial state of a series of patches for sunxi-5.17 tag orange-pi-5.17-20220323-1423 * DEBUG for sunxi-5.17 * Add Armbian patches to 5.17 * Fix duplicate nodes for sun50i-h5-orangepi-pc2 * Fix reg_ahci_5v to status okay for bananapro board * Remove an unused patch for an unsupported sun50i-h6-tanix-tx6 board
14 lines
467 B
Diff
14 lines
467 B
Diff
diff --git a/drivers/net/wireless/rtl8189fs/include/autoconf.h b/drivers/net/wireless/rtl8189fs/include/autoconf.h
|
|
index 44efe42..6f40903 100644
|
|
--- a/drivers/net/wireless/rtl8189fs/include/autoconf.h
|
|
+++ b/drivers/net/wireless/rtl8189fs/include/autoconf.h
|
|
@@ -224,7 +224,7 @@
|
|
/*
|
|
* Debug Related Config
|
|
*/
|
|
-#define CONFIG_DEBUG /* DBG_871X, etc... */
|
|
+//#define CONFIG_DEBUG /* DBG_871X, etc... */
|
|
|
|
#ifdef CONFIG_DEBUG
|
|
#define DBG 1 // for ODM & BTCOEX debug
|