New rtwn(4) driver for RTL8188CE wifi cards.
authorstsp <stsp@openbsd.org>
Thu, 4 Jun 2015 21:08:40 +0000 (21:08 +0000)
committerstsp <stsp@openbsd.org>
Thu, 4 Jun 2015 21:08:40 +0000 (21:08 +0000)
commit60772a974365adf694199f75b3298a3223ab1e35
treeba60866d6062194f41d041ba75eba439d14ed684
parent3da585bcf493969ca7a639ad42757a56f69d679a
New rtwn(4) driver for RTL8188CE wifi cards.

This is a PCI card from the same chip family as supported by urtwn(4) on USB.
Development started in 2013 using urtwn(4) as a starting point but was dormant
for much of the time since. I finally unslacked after uwe@ provided help with
lifting this driver on its feet. As usual we got helpful hints from Theo.

Requires firmware which will be available in ports soon.

There are rate adaptation issues that still need to be fixed, cause unknown.
In my testing the hardware rarely transmits more than 1Mbit/s.

Committing over MAC/BB RTL8188CE, RF 6052 1T1R.
sys/dev/pci/if_rtwn.c [new file with mode: 0644]
sys/dev/pci/if_rtwnreg.h [new file with mode: 0644]