diff options
| author | Andriy Voskoboinyk <avos@FreeBSD.org> | 2019-08-12 08:01:21 +0000 |
|---|---|---|
| committer | Andriy Voskoboinyk <avos@FreeBSD.org> | 2019-08-12 08:01:21 +0000 |
| commit | 4687c674259e2f0504b95792d082cdec87cf3ca8 (patch) | |
| tree | c86eedd921b6fbeff498333776ffc30cb5c57a72 /sys/dev/rtwn | |
| parent | 3be09f300d1eb6784667efd8fd6fd8120175a054 (diff) | |
Notes
Diffstat (limited to 'sys/dev/rtwn')
| -rw-r--r-- | sys/dev/rtwn/pci/rtwn_pci_attach.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/rtwn/pci/rtwn_pci_attach.h b/sys/dev/rtwn/pci/rtwn_pci_attach.h index 389d52fff957..796d8c4d400d 100644 --- a/sys/dev/rtwn/pci/rtwn_pci_attach.h +++ b/sys/dev/rtwn/pci/rtwn_pci_attach.h @@ -35,6 +35,7 @@ struct rtwn_pci_ident { static const struct rtwn_pci_ident rtwn_pci_ident_table[] = { { 0x10ec, 0x8176, "Realtek RTL8188CE", RTWN_CHIP_RTL8192CE }, { 0x10ec, 0x8179, "Realtek RTL8188EE", RTWN_CHIP_RTL8188EE }, + { 0x10ec, 0x8178, "Realtek RTL8192CE", RTWN_CHIP_RTL8192CE }, { 0, 0, NULL, RTWN_CHIP_MAX_PCI } }; |
