diff options
Diffstat (limited to 'drivers/net/wireless/hostap/hostap_pci.c')
-rw-r--r-- | drivers/net/wireless/hostap/hostap_pci.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/wireless/hostap/hostap_pci.c b/drivers/net/wireless/hostap/hostap_pci.c index 786c146f533e..79074b3d10d7 100644 --- a/drivers/net/wireless/hostap/hostap_pci.c +++ b/drivers/net/wireless/hostap/hostap_pci.c | |||
@@ -305,10 +305,6 @@ static int prism2_pci_probe(struct pci_dev *pdev, | |||
305 | goto fail; | 305 | goto fail; |
306 | } | 306 | } |
307 | 307 | ||
308 | #ifdef PRISM2_BUS_MASTER | ||
309 | pci_set_master(pdev); | ||
310 | #endif /* PRISM2_BUS_MASTER */ | ||
311 | |||
312 | dev = prism2_init_local_data(&prism2_pci_funcs, cards_found, | 308 | dev = prism2_init_local_data(&prism2_pci_funcs, cards_found, |
313 | &pdev->dev); | 309 | &pdev->dev); |
314 | if (dev == NULL) | 310 | if (dev == NULL) |