Fix Realtek product name from RT8188 to RTL8188CE
authorkevlo <kevlo@openbsd.org>
Wed, 8 Aug 2018 09:16:57 +0000 (09:16 +0000)
committerkevlo <kevlo@openbsd.org>
Wed, 8 Aug 2018 09:16:57 +0000 (09:16 +0000)
ok stsp@

sys/dev/pci/if_rtwn.c
sys/dev/pci/pcidevs

index 6d5e52b..20a3906 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_rtwn.c,v 1.30 2017/09/03 16:20:46 stsp Exp $       */
+/*     $OpenBSD: if_rtwn.c,v 1.31 2018/08/08 09:16:57 kevlo Exp $      */
 
 /*-
  * Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr>
@@ -201,7 +201,7 @@ extern int rtwn_debug;
 #define        RTWN_PCI_MMBA           0x18    /* memory mapped base */
 
 static const struct pci_matchid rtwn_pci_devices[] = {
-       { PCI_VENDOR_REALTEK,   PCI_PRODUCT_REALTEK_RT8188 },
+       { PCI_VENDOR_REALTEK,   PCI_PRODUCT_REALTEK_RTL8188CE },
        { PCI_VENDOR_REALTEK,   PCI_PRODUCT_REALTEK_RTL8192CE }
 };
 
index 456f27c..d0a8d1b 100644 (file)
@@ -1,4 +1,4 @@
-$OpenBSD: pcidevs,v 1.1855 2018/07/24 21:16:59 kettenis Exp $
+$OpenBSD: pcidevs,v 1.1856 2018/08/08 09:16:57 kevlo Exp $
 /*     $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $       */
 
 /*
@@ -6857,7 +6857,7 @@ product REALTEK RT8169            0x8169  8169
 product REALTEK RTL8192SE      0x8172  8192SE
 product REALTEK RT8180         0x8180  8180
 product REALTEK RT8185         0x8185  8185
-product REALTEK RT8188         0x8176  8188CE
+product REALTEK RTL8188CE      0x8176  8188CE
 product REALTEK RTL8192CE      0x8178  RTL8192CE
 product REALTEK RTL8188EE      0x8179  8188EE
 product REALTEK RTL8192EE      0x818b  RTL8192EE