* sunxi-5.19: Initial state for megous patches * Add the ability to do 5.19 * Move to 5.19 - tested both - removed broken Opi Zero xradio driver https://armbian.atlassian.net/browse/AR-1280 * sunxi-5.19: fix tag for switch * sunxi-5.19: Initial state for armbian patches * sunxi-5.19: Add armbian patches to series.conf file * sanxi-5.19: Add other 2 patches * sunxi-5.19: Limit to use the 'wireless/xradio' module Limit the kernel version to less than 5.19 to use the 'wireless/xradio' module Co-authored-by: Igor Pecovnik <igor.pecovnik@gmail.com>
14 lines
587 B
Diff
14 lines
587 B
Diff
diff --git a/drivers/net/wireless/rtl8189fs/Makefile b/drivers/net/wireless/rtl8189fs/Makefile
|
|
index dfca305..d56dcfd 100644
|
|
--- a/drivers/net/wireless/rtl8189fs/Makefile
|
|
+++ b/drivers/net/wireless/rtl8189fs/Makefile
|
|
@@ -88,7 +88,7 @@ CONFIG_RTW_WIFI_HAL = n
|
|
CONFIG_ICMP_VOQ = n
|
|
CONFIG_IP_R_MONITOR = n #arp VOQ and high rate
|
|
########################## Debug ###########################
|
|
-CONFIG_RTW_DEBUG = y
|
|
+CONFIG_RTW_DEBUG = n
|
|
# default log level is _DRV_INFO_ = 4,
|
|
# please refer to "How_to_set_driver_debug_log_level.doc" to set the available level.
|
|
CONFIG_RTW_LOG_LEVEL = 4
|