Here's an incomplete list of chipsets to look at porting over.
RTL8812AE / RTL8821AE
These are PCIe versions of RTL8812AU/RTL8821AU.
RTL8188CU
This is an 11ac USB NIC with a two device mode - drive w/ driver link (default), then wifi. Amusingly it says RTL8812GU 11n when attaching!
The vendor driver source:
When it's in drive mode:
- idVendor = 0x0bda, idProduct = 0x1a2b
Switching to wifi mode:
- usb_modeswitch -K -v 0bda -p 1a2b
When it's in wifi mode:
- idVendor = 0x0bda, idProduct = 0xc820
RTL8188FTV
I'm not sure what this is yet!
- idVendor = 0x0bda, idProduct = 0xf179