From cab743be96e21e90b378727a6c4c311670cf4a7b Mon Sep 17 00:00:00 2001 From: morrownr Date: Sun, 25 Dec 2022 20:22:14 -0600 Subject: [PATCH] minor updates --- 8821cu.conf | 15 +++++++++------ Makefile | 1 + 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/8821cu.conf b/8821cu.conf index 7e4df3b..9138c92 100644 --- a/8821cu.conf +++ b/8821cu.conf @@ -2,20 +2,23 @@ # # Purpose: Allow easy access to specific driver options. # -# Edit the following line to blacklist conflicting in-kernel drivers, should they exist. +# Note: pull-request: wireless-next-2022-12-12 +# wireless-next patches for v6.2 +# wifi: rtw88: Add rtw8821cu chipset support +# The following line blacklists the above in-kernel driver. blacklist rtw88_8821cu # -# Warning: Some adapters based on the rtl8821cu chipset may require the -# `rtw_RFE_type` option to be set. If wifi or bluetooth does not work -# after driver installation, see the appropriate section in the below -# documentation. This issue has not been seen on wifi only adapters. -# # Edit the following line to change, add or delete options: options 8821cu rtw_drv_log_level=0 rtw_led_ctrl=1 rtw_vht_enable=1 # # After editing is complete, save this file (if using nano: Ctrl + x, y, Enter) # and reboot to activate the changes. # +# Warning: Some adapters based on the rtl8821cu chipset may require the +# `rtw_RFE_type` option to be set. If wifi or bluetooth does not work +# after driver installation, see the appropriate section in the below +# documentation. This issue has not been seen on wifi only adapters. +# # Documentation: # # ----- diff --git a/Makefile b/Makefile index 7078037..3d30806 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,7 @@ EXTRA_CFLAGS += -Wno-unused-function #EXTRA_CFLAGS += -Wno-vla EXTRA_CFLAGS += -Wno-misleading-indentation EXTRA_CFLAGS += -Wno-implicit-fallthrough +#EXTRA_CFLAGS += -Wno-return-type # Activates Concurrent Mode if uncommented #EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE