2010-06-30 08:10:38 +08:00
|
|
|
--- a/drivers/net/wireless/rt2x00/rt2x00pci.c
|
|
|
|
+++ b/drivers/net/wireless/rt2x00/rt2x00pci.c
|
2014-01-30 21:21:36 +08:00
|
|
|
@@ -94,8 +94,10 @@ int rt2x00pci_probe(struct pci_dev *pci_
|
2010-06-20 21:05:55 +08:00
|
|
|
|
|
|
|
pci_set_master(pci_dev);
|
|
|
|
|
|
|
|
+#ifdef CONFIG_PCI_SET_MWI
|
|
|
|
if (pci_set_mwi(pci_dev))
|
2013-06-16 04:14:06 +08:00
|
|
|
rt2x00_probe_err("MWI not available\n");
|
2010-06-20 21:05:55 +08:00
|
|
|
+#endif
|
|
|
|
|
|
|
|
if (dma_set_mask(&pci_dev->dev, DMA_BIT_MASK(32))) {
|
2013-06-16 04:14:06 +08:00
|
|
|
rt2x00_probe_err("PCI DMA not supported\n");
|