diff options
author | 2015-06-01 15:53:10 +0000 | |
---|---|---|
committer | 2015-06-01 15:53:10 +0000 | |
commit | eeee25022cbcb7ed2f44dd114aac1ded94f38a6a (patch) | |
tree | e22fd67ebfd950a5b385d2f9c0acaa17d7a82482 | |
parent | fix typo: Wirelsss -> Wireless (diff) | |
download | wireguard-openbsd-eeee25022cbcb7ed2f44dd114aac1ded94f38a6a.tar.xz wireguard-openbsd-eeee25022cbcb7ed2f44dd114aac1ded94f38a6a.zip |
regen
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index f3d7a1ab400..e083f674d44 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.1762 2015/05/11 20:20:03 jasper Exp + * OpenBSD: pcidevs,v 1.1763 2015/06/01 15:52:57 stsp Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2903,7 +2903,7 @@ #define PCI_PRODUCT_INTEL_WL_7260_1 0x08b1 /* Dual Band Wireless AC 7260 */ #define PCI_PRODUCT_INTEL_WL_7260_2 0x08b2 /* Dual Band Wireless AC 7260 */ #define PCI_PRODUCT_INTEL_WL_3160_1 0x08b3 /* Dual Band Wireless AC 3160 */ -#define PCI_PRODUCT_INTEL_WL_3160_2 0x08b4 /* Dual Band Wirelsss AC 3160 */ +#define PCI_PRODUCT_INTEL_WL_3160_2 0x08b4 /* Dual Band Wireless AC 3160 */ #define PCI_PRODUCT_INTEL_WL_7265_1 0x095a /* Dual Band Wireless AC 7265 */ #define PCI_PRODUCT_INTEL_WL_7265_2 0x095b /* Dual Band Wireless AC 7265 */ #define PCI_PRODUCT_INTEL_80960RP 0x0960 /* i960 RP */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index ed2b0067208..be0aff074bd 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.1762 2015/05/11 20:20:03 jasper Exp + * OpenBSD: pcidevs,v 1.1763 2015/06/01 15:52:57 stsp Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -9141,7 +9141,7 @@ static const struct pci_known_product pci_known_products[] = { }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_3160_2, - "Dual Band Wirelsss AC 3160", + "Dual Band Wireless AC 3160", }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_7265_1, |