37ba45c6c2
This patch adds the rtl8821au wifi driver. The driver is sourced from ulli-kroll's work on GitHub, which includes various fixes and better LED handling. Currently USB3 support is broken in this driver - it will only connect to the EHCI controller in a USB3 port. Signed-off-by: Christian Stewart <christian@paral.in> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
25 lines
622 B
Diff
25 lines
622 B
Diff
Comment out the hardcoded debug defines. If extra debug is needed, we can add it
|
|
as a define in the make flags.
|
|
|
|
Signed-off-by: Christian Stewart <christian@paral.in>
|
|
|
|
diff --git a/include/autoconf.h b/include/autoconf.h
|
|
--- a/include/autoconf.h
|
|
+++ b/include/autoconf.h
|
|
@@ -130,12 +130,12 @@
|
|
/*
|
|
* Debug Related Config
|
|
*/
|
|
-#define DBG 1
|
|
+//#define DBG 1
|
|
|
|
-#define CONFIG_DEBUG /* DBG_871X, etc... */
|
|
+//#define CONFIG_DEBUG /* DBG_871X, etc... */
|
|
//#define CONFIG_DEBUG_RTL871X /* RT_TRACE, RT_PRINT_DATA, _func_enter_, _func_exit_ */
|
|
|
|
-#define CONFIG_PROC_DEBUG
|
|
+//#define CONFIG_PROC_DEBUG
|
|
|
|
|
|
//#define DBG_TX
|