View | Details | Raw Unified | Return to bug 239795
Collapse All | Expand All

(-)rtwn_pci_attach.h (+1 lines)
Lines 35-40 Link Here
35
static const struct rtwn_pci_ident rtwn_pci_ident_table[] = {
35
static const struct rtwn_pci_ident rtwn_pci_ident_table[] = {
36
	{ 0x10ec, 0x8176, "Realtek RTL8188CE", RTWN_CHIP_RTL8192CE },
36
	{ 0x10ec, 0x8176, "Realtek RTL8188CE", RTWN_CHIP_RTL8192CE },
37
	{ 0x10ec, 0x8179, "Realtek RTL8188EE", RTWN_CHIP_RTL8188EE },
37
	{ 0x10ec, 0x8179, "Realtek RTL8188EE", RTWN_CHIP_RTL8188EE },
38
	{ 0x10ec, 0x8178, "Realtek RTL8192CE", RTWN_CHIP_RTL8192CE },
38
	{ 0, 0, NULL, RTWN_CHIP_MAX_PCI }
39
	{ 0, 0, NULL, RTWN_CHIP_MAX_PCI }
39
};
40
};
40
41

Return to bug 239795