summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/bsp/nexus-devices.h
diff options
context:
space:
mode:
authorSichen Zhao <1473996754@qq.com>2017-08-01 15:21:32 +0800
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-08-02 08:30:55 +0200
commit097ccba6b0926f0615622769e5d269e359307065 (patch)
treed7ad9e700f2e2935e734a08651d4258bc2ecb31b /rtemsbsd/include/bsp/nexus-devices.h
parentPort rtl8188eu driver to RTEMS. (diff)
downloadrtems-libbsd-097ccba6b0926f0615622769e5d269e359307065.tar.bz2
Enable the WEP encrypted WiFi.
Now rtems can connnect WiFi via WEP on rtl8188eu chip.
Diffstat (limited to 'rtemsbsd/include/bsp/nexus-devices.h')
-rw-r--r--rtemsbsd/include/bsp/nexus-devices.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtemsbsd/include/bsp/nexus-devices.h b/rtemsbsd/include/bsp/nexus-devices.h
index c3e5336e..65c183c6 100644
--- a/rtemsbsd/include/bsp/nexus-devices.h
+++ b/rtemsbsd/include/bsp/nexus-devices.h
@@ -60,6 +60,7 @@ SYSINIT_DRIVER_REFERENCE(rtwn_usb, uhub);
SYSINIT_MODULE_REFERENCE(wlan_ratectl_none);
SYSINIT_MODULE_REFERENCE(wlan_sta);
SYSINIT_MODULE_REFERENCE(wlan_amrr);
+SYSINIT_MODULE_REFERENCE(wlan_wep);
SYSINIT_REFERENCE(rtwn_rtl8188eufw);
RTEMS_BSD_DRIVER_USB;