Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 519816 | Differences between
and this patch

Collapse All | Expand All

(-)src/r8168_n.c (+4 lines)
Lines 17542-17548 Link Here
17542
17542
17543
    RTL_NET_DEVICE_OPS(rtl8168_netdev_ops);
17543
    RTL_NET_DEVICE_OPS(rtl8168_netdev_ops);
17544
17544
17545
#if LINUX_VERSION_CODE < KERNEL_VERSION(3,16,0)
17545
    SET_ETHTOOL_OPS(dev, &rtl8168_ethtool_ops);
17546
    SET_ETHTOOL_OPS(dev, &rtl8168_ethtool_ops);
17547
#else
17548
    dev->ethtool_ops = &rtl8168_ethtool_ops;
17549
#endif
17546
17550
17547
    dev->watchdog_timeo = RTL8168_TX_TIMEOUT;
17551
    dev->watchdog_timeo = RTL8168_TX_TIMEOUT;
17548
    dev->irq = pdev->irq;
17552
    dev->irq = pdev->irq;

Return to bug 519816