On Thu, Nov 14, 2013 at 05:49:44PM +0100, Dmitrij D. Czarkoff wrote:
> Hello!
> 
> I'm strugling to find any documentation for RTL8188* wireless devices
> (including those already supported in urtwn driver). I wrote to Realtek,
> but no responce followed.
> 
> My problem is that I have a MiniPCI RTL8188CE device in my ThinkPad, and
> I want to try writing a driver for it. AFAIK RTL8188CE-VAU (supported in
> urtwn) is essencially RTL8188CE with USB bridge, so having access to
> documentation urtwn driver was based on would be very helpful.
> 
> So, if anyone knows where these docs can be found, I would be very
> greatful.

I have this device too and would be happy to help out.
Some time ago I started looking into what would be necessary to
make it work.

I don't think there are any docs. The Linux driver is the only
reference I could find.

The linux driver has pci/usb shims around a common core, much like
some other OpenBSD wireless drivers do (e.g. athn(4)).

I believe a good approach would be to write a working PCI device driver
based on our USB one (urtwn(4)), and then factor out common code from
both into the sys/dev/ic/ directory in a separate step.

Reply via email to