]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/wireless/ath5k/base.c
Merge branch 'omap-pool'
[linux-2.6-omap-h63xx.git] / drivers / net / wireless / ath5k / base.c
index 5d57d774e466b0308b47df24b5871005dcc4fc51..a08bc8a4fb6916f17850f87d0ee7e651648744dc 100644 (file)
@@ -445,7 +445,7 @@ ath5k_pci_probe(struct pci_dev *pdev,
        }
 
        /* XXX 32-bit addressing only */
-       ret = pci_set_dma_mask(pdev, DMA_32BIT_MASK);
+       ret = pci_set_dma_mask(pdev, DMA_BIT_MASK(32));
        if (ret) {
                dev_err(&pdev->dev, "32-bit DMA not available\n");
                goto err_dis;