diff options
Diffstat (limited to 'drivers/net/usb/usbnet.c')
-rw-r--r-- | drivers/net/usb/usbnet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/usb/usbnet.c b/drivers/net/usb/usbnet.c index 659654f45880..f3a2fce6166c 100644 --- a/drivers/net/usb/usbnet.c +++ b/drivers/net/usb/usbnet.c | |||
@@ -1180,7 +1180,7 @@ usbnet_probe (struct usb_interface *udev, const struct usb_device_id *prod) | |||
1180 | #if 0 | 1180 | #if 0 |
1181 | // dma_supported() is deeply broken on almost all architectures | 1181 | // dma_supported() is deeply broken on almost all architectures |
1182 | // possible with some EHCI controllers | 1182 | // possible with some EHCI controllers |
1183 | if (dma_supported (&udev->dev, DMA_64BIT_MASK)) | 1183 | if (dma_supported (&udev->dev, DMA_BIT_MASK(64))) |
1184 | net->features |= NETIF_F_HIGHDMA; | 1184 | net->features |= NETIF_F_HIGHDMA; |
1185 | #endif | 1185 | #endif |
1186 | 1186 | ||