diff --git a/Makefile b/Makefile index 4882879..6ee4f18 100644 --- a/Makefile +++ b/Makefile @@ -1350,9 +1350,9 @@ EXTRA_CFLAGS += -DCONFIG_RTW_80211R endif ifeq ($(CONFIG_PLATFORM_I386_PC), y) +#I386_PC - EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT - SUBARCH := $(shell uname -m | sed -e s/i.86/i386/) ARCH ?= $(SUBARCH) CROSS_COMPILE ?= @@ -1366,6 +1366,7 @@ endif ### START RASPBERRY PI OS SUPPORT ifeq ($(CONFIG_PLATFORM_ARM_RPI), y) +#ARM_RPI - EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT #EXTRA_CFLAGS += -DPLATFORM_LINUX @@ -1378,6 +1379,7 @@ INSTALL_PREFIX := endif ifeq ($(CONFIG_PLATFORM_ARM64_RPI), y) +#ARM64_RPI - EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT #EXTRA_CFLAGS += -DPLATFORM_LINUX diff --git a/README.md b/README.md index 32f8a45..b795714 100644 --- a/README.md +++ b/README.md @@ -19,20 +19,21 @@ * Supports site survey scan and manual connect - Power saving modes - hostapd compatible -- AP mode DFS support +- AP mode DFS channel support - Supported interface modes * IBSS * Managed * AP (see ```Bridged_Wireless_Access_Point.md```) * P2P-client * P2P-GO +- Concurrent mode (coming soon) - Log level control - LED control - Power saving control - VHT control (allows 80 MHz channel width in AP mode) - SU Beamformee and MU Beamformee control - SU Beamformer control -- AP mode DFS Channel control +- AP mode DFS channel control - USB mode control ## A FAQ is available at the end of this document. @@ -415,19 +416,6 @@ If there is interest, I will consider making and posting a guide. I am very busy so if anyone is interested in making a guide/checklist. -Question: What interface combinations does this driver support? - -Answer: None. Realtek out-of-kernel drivers, including this driver, do not -support interface combinations. If you need support for interface combinations, -I suggest adapters based on the Mediatek chipsets. - - -Question: What extended features does this driver support? - -Answer: None. For extended features, you need an adapter that uses Mediatek or -Atheros drivers. - - Question: I bought two rtl8812bu based adapters and am planning to run one of them as an AP and another as a WiFi client. How do I set that up? Answer: You can't without considerable technical skills. Realtek drivers do not support more than one adapter with the same chipset in the same computer. However, testing has shown that the Mediatek drivers do support more than one adapter with the same chipset in the same computer.