|
@@ -1759,7 +1759,7 @@ static int xgmac_probe(struct platform_device *pdev)
|
|
if (device_can_wakeup(priv->device))
|
|
if (device_can_wakeup(priv->device))
|
|
priv->wolopts = WAKE_MAGIC; /* Magic Frame as default */
|
|
priv->wolopts = WAKE_MAGIC; /* Magic Frame as default */
|
|
|
|
|
|
- ndev->hw_features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA;
|
|
|
|
|
|
+ ndev->hw_features = NETIF_F_SG | NETIF_F_HIGHDMA;
|
|
if (readl(priv->base + XGMAC_DMA_HW_FEATURE) & DMA_HW_FEAT_TXCOESEL)
|
|
if (readl(priv->base + XGMAC_DMA_HW_FEATURE) & DMA_HW_FEAT_TXCOESEL)
|
|
ndev->hw_features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM |
|
|
ndev->hw_features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM |
|
|
NETIF_F_RXCSUM;
|
|
NETIF_F_RXCSUM;
|