summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/Makefile
diff options
context:
space:
mode:
authorJakub Sitnicki2015-09-18 08:13:00 +0200
committerGreg Kroah-Hartman2015-09-19 04:53:50 +0200
commit0a0796eb16f387b01e0da968883ebce7faf17972 (patch)
tree538ba580cdc41f3de34c35f333f45e21fea4a039 /drivers/staging/rtl8188eu/Makefile
parentstaging: wilc1000: remove do-nothing ifdef statement (diff)
downloadkernel-qcow2-linux-0a0796eb16f387b01e0da968883ebce7faf17972.tar.gz
kernel-qcow2-linux-0a0796eb16f387b01e0da968883ebce7faf17972.tar.xz
kernel-qcow2-linux-0a0796eb16f387b01e0da968883ebce7faf17972.zip
staging: rtl8188eu: Introduce monitor interface for IEEE 802.11 frames
This adds support for monitoring IEEE 802.11 Data and Management frames received or transmitted by a RTL8188EU-based device handled by this driver. The monitor interface is not enabled by default and will be registered only if monitor_enable module parameter is set to 1. When enabled it will show up as a monX network device, which can be used by the userspace programs for monitoring network traffic. It is intended as an exploratory/debugging tool for rtl8188eu driver. Signed-off-by: Jakub Sitnicki <jsitnicki@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/Makefile')
-rw-r--r--drivers/staging/rtl8188eu/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/rtl8188eu/Makefile b/drivers/staging/rtl8188eu/Makefile
index 31ac15961a00..ed723585b502 100644
--- a/drivers/staging/rtl8188eu/Makefile
+++ b/drivers/staging/rtl8188eu/Makefile
@@ -42,6 +42,7 @@ r8188eu-y := \
hal/usb_halinit.o \
os_dep/ioctl_linux.o \
os_dep/mlme_linux.o \
+ os_dep/mon.o \
os_dep/os_intfs.o \
os_dep/osdep_service.o \
os_dep/recv_linux.o \