aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/cpsw.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/ti/cpsw.c')
-rw-r--r--drivers/net/ethernet/ti/cpsw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/ti/cpsw.c b/drivers/net/ethernet/ti/cpsw.c
index 1d740423a053..084992981cef 100644
--- a/drivers/net/ethernet/ti/cpsw.c
+++ b/drivers/net/ethernet/ti/cpsw.c
@@ -1599,7 +1599,7 @@ static int cpsw_probe_dual_emac(struct platform_device *pdev,
1599 priv_sl2->num_irqs = priv->num_irqs; 1599 priv_sl2->num_irqs = priv->num_irqs;
1600 } 1600 }
1601 1601
1602 ndev->features |= NETIF_F_HW_VLAN_FILTER; 1602 ndev->features |= NETIF_F_HW_VLAN_CTAG_FILTER;
1603 1603
1604 ndev->netdev_ops = &cpsw_netdev_ops; 1604 ndev->netdev_ops = &cpsw_netdev_ops;
1605 SET_ETHTOOL_OPS(ndev, &cpsw_ethtool_ops); 1605 SET_ETHTOOL_OPS(ndev, &cpsw_ethtool_ops);
@@ -1837,7 +1837,7 @@ static int cpsw_probe(struct platform_device *pdev)
1837 k++; 1837 k++;
1838 } 1838 }
1839 1839
1840 ndev->features |= NETIF_F_HW_VLAN_FILTER; 1840 ndev->features |= NETIF_F_HW_VLAN_CTAG_FILTER;
1841 1841
1842 ndev->netdev_ops = &cpsw_netdev_ops; 1842 ndev->netdev_ops = &cpsw_netdev_ops;
1843 SET_ETHTOOL_OPS(ndev, &cpsw_ethtool_ops); 1843 SET_ETHTOOL_OPS(ndev, &cpsw_ethtool_ops);