aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorAndriy Voskoboinyk <avos@FreeBSD.org>2016-12-30 22:24:01 +0000
committerAndriy Voskoboinyk <avos@FreeBSD.org>2016-12-30 22:24:01 +0000
commitb8ad00b0ed8c4e4622cbb2b7dedc1851185d30ec (patch)
treee8b4090162519b68d91cd525fad7a2941d40d168 /sys/modules
parente9ed7ea4dca91c3cf1973a9e805bb93efc595d32 (diff)
downloadsrc-b8ad00b0ed8c4e4622cbb2b7dedc1851185d30ec.tar.gz
src-b8ad00b0ed8c4e4622cbb2b7dedc1851185d30ec.zip
rtwn: add (untested) radar detection support for RTL8821AU
(disabled by default). To enable it, dev.rtwn.%d.radar_detection tunable need to be set to a nonzero value. Tested with RTL8821AU, AP mode (no radar events were seen - so, I have no idea if it is really correct / working) Reviewed by: adrian Differential Revision: https://reviews.freebsd.org/D8903
Notes
Notes: svn path=/head/; revision=310867
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/rtwn_usb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/rtwn_usb/Makefile b/sys/modules/rtwn_usb/Makefile
index 57cd56721e1a..1df08d5727d6 100644
--- a/sys/modules/rtwn_usb/Makefile
+++ b/sys/modules/rtwn_usb/Makefile
@@ -25,7 +25,7 @@ SRCS += r12au_attach.c r12au_init.c r12au_rx.c r12au_tx.c \
r12au.h r12au_reg.h r12au_tx_desc.h
.PATH: ${.CURDIR}/../../dev/rtwn/rtl8821a/usb
-SRCS += r21au_attach.c r21au_init.c \
+SRCS += r21au_attach.c r21au_init.c r21au_dfs.c \
r21au.h r21au_reg.h
opt_rtwn.h: