aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlags49_h2/wl_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/wlags49_h2/wl_pci.c')
-rw-r--r--drivers/staging/wlags49_h2/wl_pci.c13
1 files changed, 3 insertions, 10 deletions
diff --git a/drivers/staging/wlags49_h2/wl_pci.c b/drivers/staging/wlags49_h2/wl_pci.c
index 28ae9dd1b44..30456ed7d23 100644
--- a/drivers/staging/wlags49_h2/wl_pci.c
+++ b/drivers/staging/wlags49_h2/wl_pci.c
@@ -112,17 +112,10 @@ extern dbg_info_t *DbgInfo;
112#endif // DBG 112#endif // DBG
113 113
114/* define the PCI device Table Cardname and id tables */ 114/* define the PCI device Table Cardname and id tables */
115enum hermes_pci_versions {
116 CH_Agere_Systems_Mini_PCI_V1 = 0,
117};
118
119static struct pci_device_id wl_pci_tbl[] __devinitdata = { 115static struct pci_device_id wl_pci_tbl[] __devinitdata = {
120 { PCI_VENDOR_ID_WL_LKM, PCI_DEVICE_ID_WL_LKM_0, 116 { PCI_DEVICE(PCI_VENDOR_ID_WL_LKM, PCI_DEVICE_ID_WL_LKM_0), },
121 PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_Agere_Systems_Mini_PCI_V1 }, 117 { PCI_DEVICE(PCI_VENDOR_ID_WL_LKM, PCI_DEVICE_ID_WL_LKM_1), },
122 { PCI_VENDOR_ID_WL_LKM, PCI_DEVICE_ID_WL_LKM_1, 118 { PCI_DEVICE(PCI_VENDOR_ID_WL_LKM, PCI_DEVICE_ID_WL_LKM_2), },
123 PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_Agere_Systems_Mini_PCI_V1 },
124 { PCI_VENDOR_ID_WL_LKM, PCI_DEVICE_ID_WL_LKM_2,
125 PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_Agere_Systems_Mini_PCI_V1 },
126 119
127 { } /* Terminating entry */ 120 { } /* Terminating entry */
128}; 121};