Port rtl8188eu driver to RTEMS.

Now USB dongle rtl8188eu can work as wlan client device.
It can scan wifi, connect unencrypted wifi.
This commit is contained in:
Sichen Zhao
2017-08-01 15:21:31 +08:00
committed by Sebastian Huber
parent 6e328c38b1
commit 47169ea21a
5 changed files with 1234 additions and 0 deletions

View File

@@ -56,6 +56,11 @@ SYSINIT_DRIVER_REFERENCE(ti_scm, simplebus);
SYSINIT_DRIVER_REFERENCE(am335x_prcm, simplebus);
SYSINIT_DRIVER_REFERENCE(usbss, simplebus);
SYSINIT_DRIVER_REFERENCE(musbotg, usbss);
SYSINIT_DRIVER_REFERENCE(rtwn_usb, uhub);
SYSINIT_MODULE_REFERENCE(wlan_ratectl_none);
SYSINIT_MODULE_REFERENCE(wlan_sta);
SYSINIT_MODULE_REFERENCE(wlan_amrr);
SYSINIT_REFERENCE(rtwn_rtl8188eufw);
RTEMS_BSD_DRIVER_USB;
RTEMS_BSD_DRIVER_USB_MASS;

File diff suppressed because it is too large Load Diff