|
@@ -1017,7 +1017,7 @@ static int temac_of_probe(struct platform_device *op)
|
|
platform_set_drvdata(op, ndev);
|
|
platform_set_drvdata(op, ndev);
|
|
SET_NETDEV_DEV(ndev, &op->dev);
|
|
SET_NETDEV_DEV(ndev, &op->dev);
|
|
ndev->flags &= ~IFF_MULTICAST; /* clear multicast */
|
|
ndev->flags &= ~IFF_MULTICAST; /* clear multicast */
|
|
- ndev->features = NETIF_F_SG | NETIF_F_FRAGLIST;
|
|
|
|
|
|
+ ndev->features = NETIF_F_SG;
|
|
ndev->netdev_ops = &temac_netdev_ops;
|
|
ndev->netdev_ops = &temac_netdev_ops;
|
|
ndev->ethtool_ops = &temac_ethtool_ops;
|
|
ndev->ethtool_ops = &temac_ethtool_ops;
|
|
#if 0
|
|
#if 0
|