mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
rtwn_pci: add device ID for RTL8192CE.
PR: 239795 Submitted by: James Parsons <james.m.parsons@protonmail.com> MFC after: 1 week Relnotes: yes
This commit is contained in:
parent
3be09f300d
commit
4687c67425
1 changed files with 1 additions and 0 deletions
|
|
@ -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 }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue