I'm looking for someone who has an rtl8192ce wifi card and would
like to test the new rtwn(4) driver with it.

Index: if_rtwn.c
===================================================================
RCS file: /cvs/src/sys/dev/pci/if_rtwn.c,v
retrieving revision 1.1
diff -u -p -r1.1 if_rtwn.c
--- if_rtwn.c   4 Jun 2015 21:08:40 -0000       1.1
+++ if_rtwn.c   4 Jun 2015 22:57:25 -0000
@@ -80,7 +80,8 @@ int rtwn_debug = 0;
                        R92C_IMR_RXFOVW)
 
 static const struct pci_matchid rtwn_pci_devices[] = {
-       { PCI_VENDOR_REALTEK,   PCI_PRODUCT_REALTEK_RT8188 }
+       { PCI_VENDOR_REALTEK,   PCI_PRODUCT_REALTEK_RT8188 },
+       { PCI_VENDOR_REALTEK,   PCI_PRODUCT_REALTEK_RTL8192CE }
 };
 
 int            rtwn_match(struct device *, void *, void *);

Reply via email to