diff options
author | Joe Perches <joe@perches.com> | 2009-06-25 01:13:27 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-07-10 15:02:25 -0400 |
commit | 8ab0ea77273ecf97d26cf8ca026ef383098577fb (patch) | |
tree | d92d1bc74438d99ea1261efdb0efb2e8ba2b4472 /drivers | |
parent | 140add21356528fc76ad276fd32b2e7abb945325 (diff) |
drivers/net/wireless: Use PCI_VDEVICE
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/ipw2x00/ipw2200.c | 10 | ||||
-rw-r--r-- | drivers/net/wireless/prism54/islpci_hotplug.c | 4 |
2 files changed, 6 insertions, 8 deletions
diff --git a/drivers/net/wireless/ipw2x00/ipw2200.c b/drivers/net/wireless/ipw2x00/ipw2200.c index 44c29b3f6728..d726b3c6077a 100644 --- a/drivers/net/wireless/ipw2x00/ipw2200.c +++ b/drivers/net/wireless/ipw2x00/ipw2200.c | |||
@@ -11436,11 +11436,11 @@ static struct pci_device_id card_ids[] = { | |||
11436 | {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2754, 0, 0, 0}, | 11436 | {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2754, 0, 0, 0}, |
11437 | {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2761, 0, 0, 0}, | 11437 | {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2761, 0, 0, 0}, |
11438 | {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2762, 0, 0, 0}, | 11438 | {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2762, 0, 0, 0}, |
11439 | {PCI_VENDOR_ID_INTEL, 0x104f, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, | 11439 | {PCI_VDEVICE(INTEL, 0x104f), 0}, |
11440 | {PCI_VENDOR_ID_INTEL, 0x4220, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, /* BG */ | 11440 | {PCI_VDEVICE(INTEL, 0x4220), 0}, /* BG */ |
11441 | {PCI_VENDOR_ID_INTEL, 0x4221, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, /* BG */ | 11441 | {PCI_VDEVICE(INTEL, 0x4221), 0}, /* BG */ |
11442 | {PCI_VENDOR_ID_INTEL, 0x4223, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, /* ABG */ | 11442 | {PCI_VDEVICE(INTEL, 0x4223), 0}, /* ABG */ |
11443 | {PCI_VENDOR_ID_INTEL, 0x4224, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, /* ABG */ | 11443 | {PCI_VDEVICE(INTEL, 0x4224), 0}, /* ABG */ |
11444 | 11444 | ||
11445 | /* required last entry */ | 11445 | /* required last entry */ |
11446 | {0,} | 11446 | {0,} |
diff --git a/drivers/net/wireless/prism54/islpci_hotplug.c b/drivers/net/wireless/prism54/islpci_hotplug.c index 30876728d7e6..83d366258c81 100644 --- a/drivers/net/wireless/prism54/islpci_hotplug.c +++ b/drivers/net/wireless/prism54/islpci_hotplug.c | |||
@@ -49,9 +49,7 @@ static const struct pci_device_id prism54_id_tbl[] = { | |||
49 | 49 | ||
50 | /* 3COM 3CRWE154G72 Wireless LAN adapter */ | 50 | /* 3COM 3CRWE154G72 Wireless LAN adapter */ |
51 | { | 51 | { |
52 | 0x10b7, 0x6001, | 52 | PCI_VDEVICE(3COM, 0x6001), 0 |
53 | PCI_ANY_ID, PCI_ANY_ID, | ||
54 | 0, 0, 0 | ||
55 | }, | 53 | }, |
56 | 54 | ||
57 | /* Intersil PRISM Indigo Wireless LAN adapter */ | 55 | /* Intersil PRISM Indigo Wireless LAN adapter */ |