From 097ccba6b0926f0615622769e5d269e359307065 Mon Sep 17 00:00:00 2001 From: Sichen Zhao <1473996754@qq.com> Date: Tue, 1 Aug 2017 15:21:32 +0800 Subject: Enable the WEP encrypted WiFi. Now rtems can connnect WiFi via WEP on rtl8188eu chip. --- rtemsbsd/include/bsp/nexus-devices.h | 1 + 1 file changed, 1 insertion(+) (limited to 'rtemsbsd/include/bsp/nexus-devices.h') 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; -- cgit v1.2.3