Commit 2a069b5c authored by Christian Stewart's avatar Christian Stewart Committed by Thomas Petazzoni
Browse files

package/rtl8821au: bump version and remove debugging patch



This patch updates rtl8821au to include an upstream commit which
disables debug output, unless a runtime insmod parameter debug=level
is passed when loading the module. This makes the old buildroot patch
to remove hardcoded debug defines unnecessary: as such, it has been
removed.

Signed-off-by: default avatarChristian Stewart <christian@paral.in>
Tested-by: default avatarChristian Stewart <christian@paral.in>
Reviewed-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 5ff13ac0
Loading
Loading
Loading
Loading
+0 −24
Original line number Diff line number Diff line
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
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
#
################################################################################

RTL8821AU_VERSION = f58e4a7fb27551bdbb4aee9db6086dd6ad996c8d
RTL8821AU_VERSION = fef8c9d67d076eee9dfb9e19cb7cb69815d5a207
RTL8821AU_SITE = $(call github,ulli-kroll,rtl8821au,$(RTL8821AU_VERSION))
RTL8821AU_LICENSE = GPLv2, proprietary (rtl8821au.bin firmware)
RTL8821AU_LICENSE_FILES = COPYING