mirror of
https://github.com/morrownr/8821cu-20210916.git
synced 2024-11-08 12:15:12 +00:00
support for kernel 6.11
This commit is contained in:
parent
3eacc28b72
commit
58c0f9e69d
3
Makefile
3
Makefile
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user