minor updates
This commit is contained in:
parent
7c5a8f39d8
commit
5856b8ae70
4
Makefile
4
Makefile
@ -1350,9 +1350,9 @@ EXTRA_CFLAGS += -DCONFIG_RTW_80211R
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_PLATFORM_I386_PC), y)
|
ifeq ($(CONFIG_PLATFORM_I386_PC), y)
|
||||||
|
#I386_PC - EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE
|
||||||
EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN
|
EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN
|
||||||
EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT
|
EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT
|
||||||
|
|
||||||
SUBARCH := $(shell uname -m | sed -e s/i.86/i386/)
|
SUBARCH := $(shell uname -m | sed -e s/i.86/i386/)
|
||||||
ARCH ?= $(SUBARCH)
|
ARCH ?= $(SUBARCH)
|
||||||
CROSS_COMPILE ?=
|
CROSS_COMPILE ?=
|
||||||
@ -1366,6 +1366,7 @@ endif
|
|||||||
### START RASPBERRY PI OS SUPPORT
|
### START RASPBERRY PI OS SUPPORT
|
||||||
|
|
||||||
ifeq ($(CONFIG_PLATFORM_ARM_RPI), y)
|
ifeq ($(CONFIG_PLATFORM_ARM_RPI), y)
|
||||||
|
#ARM_RPI - EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE
|
||||||
EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN
|
EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN
|
||||||
EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT
|
EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT
|
||||||
#EXTRA_CFLAGS += -DPLATFORM_LINUX
|
#EXTRA_CFLAGS += -DPLATFORM_LINUX
|
||||||
@ -1378,6 +1379,7 @@ INSTALL_PREFIX :=
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_PLATFORM_ARM64_RPI), y)
|
ifeq ($(CONFIG_PLATFORM_ARM64_RPI), y)
|
||||||
|
#ARM64_RPI - EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE
|
||||||
EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN
|
EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN
|
||||||
EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT
|
EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT
|
||||||
#EXTRA_CFLAGS += -DPLATFORM_LINUX
|
#EXTRA_CFLAGS += -DPLATFORM_LINUX
|
||||||
|
18
README.md
18
README.md
@ -19,20 +19,21 @@
|
|||||||
* Supports site survey scan and manual connect
|
* Supports site survey scan and manual connect
|
||||||
- Power saving modes
|
- Power saving modes
|
||||||
- hostapd compatible
|
- hostapd compatible
|
||||||
- AP mode DFS support
|
- AP mode DFS channel support
|
||||||
- Supported interface modes
|
- Supported interface modes
|
||||||
* IBSS
|
* IBSS
|
||||||
* Managed
|
* Managed
|
||||||
* AP (see ```Bridged_Wireless_Access_Point.md```)
|
* AP (see ```Bridged_Wireless_Access_Point.md```)
|
||||||
* P2P-client
|
* P2P-client
|
||||||
* P2P-GO
|
* P2P-GO
|
||||||
|
- Concurrent mode (coming soon)
|
||||||
- Log level control
|
- Log level control
|
||||||
- LED control
|
- LED control
|
||||||
- Power saving control
|
- Power saving control
|
||||||
- VHT control (allows 80 MHz channel width in AP mode)
|
- VHT control (allows 80 MHz channel width in AP mode)
|
||||||
- SU Beamformee and MU Beamformee control
|
- SU Beamformee and MU Beamformee control
|
||||||
- SU Beamformer control
|
- SU Beamformer control
|
||||||
- AP mode DFS Channel control
|
- AP mode DFS channel control
|
||||||
- USB mode control
|
- USB mode control
|
||||||
|
|
||||||
## A FAQ is available at the end of this document.
|
## 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.
|
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?
|
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.
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user