drivers: net: xgene-v2: Add ethtool support
Added basic ethtool support. Signed-off-by: Iyappan Subramanian <isubramanian@apm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
ea8ab16ab2
commit
617d795c7c
@@ -673,6 +673,7 @@ static int xge_probe(struct platform_device *pdev)
|
||||
goto err;
|
||||
|
||||
ndev->hw_features = ndev->features;
|
||||
xge_set_ethtool_ops(ndev);
|
||||
|
||||
ret = dma_coerce_mask_and_coherent(dev, DMA_BIT_MASK(64));
|
||||
if (ret) {
|
||||
|
Reference in New Issue
Block a user