mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 05:11:15 +08:00
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:

committed by
Sebastian Huber

parent
6e328c38b1
commit
47169ea21a
@@ -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;
|
||||
|
1221
rtemsbsd/local/rtwn-rtl8188eufw.c
Normal file
1221
rtemsbsd/local/rtwn-rtl8188eufw.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user