1
0
mirror of https://github.com/morrownr/8821cu-20210916.git synced 2024-11-08 20:25:10 +00:00

support for kernel 6.11

This commit is contained in:
morrownr 2024-08-03 11:54:09 -05:00
parent 3eacc28b72
commit 58c0f9e69d
2 changed files with 6 additions and 5 deletions

View File

@ -38,6 +38,7 @@ EXTRA_CFLAGS += -Wno-enum-int-mismatch
EXTRA_CFLAGS += -Wno-stringop-overread
EXTRA_CFLAGS += -Wno-enum-conversion
EXTRA_CFLAGS += -Wno-int-in-bool-context
EXTRA_CFLAGS += -Wno-empty-body
GCC_VER_49 := $(shell echo `$(CC) -dumpversion | cut -f1-2 -d.` \>= 4.9 | bc )
ifeq ($(GCC_VER_49),1)
@ -100,7 +101,7 @@ CONFIG_SIGNAL_SCALE_MAPPING = n
CONFIG_80211W = y
CONFIG_REDUCE_TX_CPU_LOADING = n
CONFIG_BR_EXT = y
CONFIG_TDLS = y
CONFIG_TDLS = n
CONFIG_WIFI_MONITOR = y
CONFIG_MCC_MODE = n
CONFIG_APPEND_VENDOR_IE_ENABLE = n

View File

@ -60,15 +60,15 @@ the hardware to test the above.
### Compatible Kernels
- Kernels: 4.19 - 5.11 (Realtek)
- Kernels: 5.12 - 6.9 (community support)
- Kernels: 5.4 - 5.11 (Realtek)
- Kernels: 5.12 - 6.11 (community support)
Note: Kernels earlier than 4.19 may work but are not tested or
Note: Kernels earlier than 5.4 may work but are not tested or
supported.
### Tested Compilers
- gcc 10, 11, 12 and 13
- gcc 11, 12 and 13
### Tested Linux Distributions