mirror of
https://github.com/morrownr/8821cu-20210916.git
synced 2024-11-05 11:00:36 +00:00
minor updates
This commit is contained in:
parent
b3042ce075
commit
cab743be96
15
8821cu.conf
15
8821cu.conf
@ -2,20 +2,23 @@
|
|||||||
#
|
#
|
||||||
# Purpose: Allow easy access to specific driver options.
|
# 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
|
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:
|
# 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
|
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)
|
# After editing is complete, save this file (if using nano: Ctrl + x, y, Enter)
|
||||||
# and reboot to activate the changes.
|
# 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:
|
# Documentation:
|
||||||
#
|
#
|
||||||
# -----
|
# -----
|
||||||
|
1
Makefile
1
Makefile
@ -17,6 +17,7 @@ EXTRA_CFLAGS += -Wno-unused-function
|
|||||||
#EXTRA_CFLAGS += -Wno-vla
|
#EXTRA_CFLAGS += -Wno-vla
|
||||||
EXTRA_CFLAGS += -Wno-misleading-indentation
|
EXTRA_CFLAGS += -Wno-misleading-indentation
|
||||||
EXTRA_CFLAGS += -Wno-implicit-fallthrough
|
EXTRA_CFLAGS += -Wno-implicit-fallthrough
|
||||||
|
#EXTRA_CFLAGS += -Wno-return-type
|
||||||
|
|
||||||
# Activates Concurrent Mode if uncommented
|
# Activates Concurrent Mode if uncommented
|
||||||
#EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE
|
#EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE
|
||||||
|
Loading…
Reference in New Issue
Block a user