- Add a Q2 entry on the Realtek USB wireless driver
Submitted by: rpaulo
This commit is contained in:
parent
bcab6348d2
commit
d59b977a8b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42124
1 changed files with 26 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
<!-- XXX: keep updating the number of entries -->
|
||||
<p>Thanks to all the reporters for the excellent work! This report
|
||||
contains 10 entries and we hope you enjoy reading it.</p>
|
||||
contains 11 entries and we hope you enjoy reading it.</p>
|
||||
|
||||
<!-- XXX: set date for the next set of submissions -->
|
||||
<p>The deadline for submissions covering between July and September 2013
|
||||
|
@ -523,4 +523,29 @@
|
|||
driver.</task>
|
||||
</help>
|
||||
</project>
|
||||
|
||||
<project cat='kern'>
|
||||
<title>Realtek RTL8188CU/RTL8192CU USB Wireless Driver</title>
|
||||
|
||||
<contact>
|
||||
<person>
|
||||
<name>
|
||||
<given>Rui</given>
|
||||
<common>Paulo</common>
|
||||
</name>
|
||||
<email>rpaulo@FreeBSD.org</email>
|
||||
</person>
|
||||
</contact>
|
||||
|
||||
<body>
|
||||
<p>The <tt>urtwn(4)</tt> driver was imported from OpenBSD. This
|
||||
is a driver for very small Realtek USB WiFi cards which are pretty
|
||||
inexpensive and can do 802.11n at the maximum theoretical speed
|
||||
of 150 Mbps. They make a good addition to embedded systems such
|
||||
as the Raspberry Pi and the BeagleBone. The driver requires
|
||||
firmware that is available in the &os; Ports Collection
|
||||
(<tt>net/urtwn-firmware-kmod</tt>). Note that 802.11n is not
|
||||
yet supported.</p>
|
||||
</body>
|
||||
</project>
|
||||
</report>
|
||||
|
|
Loading…
Reference in a new issue