]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Import Kevin Lo's port of urtwn(4) from OpenBSD. urtwn(4) is a driver for the
authorrpaulo <rpaulo@FreeBSD.org>
Sat, 8 Jun 2013 16:02:31 +0000 (16:02 +0000)
committerrpaulo <rpaulo@FreeBSD.org>
Sat, 8 Jun 2013 16:02:31 +0000 (16:02 +0000)
commit8f36fe887a99fd6fe01305dac04d9a90a856d40a
tree43c6844c1ee3be1cfbce0283d7b2042e64145bcb
parenta1d0d1236720cbb9ff6a9548a27707ddd4dd1507
Import Kevin Lo's port of urtwn(4) from OpenBSD. urtwn(4) is a driver for the
Realtek RTL8188CU/RTL8192CU USB IEEE 802.11b/g/n wireless cards.
This driver requires microcode which is available in FreeBSD ports:
net/urtwn-firmware-kmod.

Hiren ported the urtwn(4) man page from OpenBSD and Glen just commited a port
for the firmware.

TODO:
- 802.11n support
- Stability fixes - the driver can sustain lots of traffic but has trouble
coping with simultaneous iperf sessions.
- fix debugging

MFC after: 2 months
Tested by: kevlo, hiren, gjb
share/man/man4/Makefile
share/man/man4/urtwn.4 [new file with mode: 0644]
sys/conf/NOTES
sys/conf/files
sys/dev/usb/usbdevs
sys/dev/usb/wlan/if_urtwn.c [new file with mode: 0644]
sys/dev/usb/wlan/if_urtwnreg.h [new file with mode: 0644]
sys/modules/usb/Makefile
sys/modules/usb/urtwn/Makefile [new file with mode: 0644]