diff --git a/Makefile b/Makefile index 1380f2b..498c569 100644 --- a/Makefile +++ b/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 diff --git a/README.md b/README.md index d9d10bb..d21a770 100644 --- a/README.md +++ b/README.md @@ -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