|
@@ -3287,7 +3287,7 @@ static int cpsw_probe_dual_emac(struct cpsw_priv *priv)
|
|
|
|
|
|
priv_sl2->emac_port = 1;
|
|
priv_sl2->emac_port = 1;
|
|
cpsw->slaves[1].ndev = ndev;
|
|
cpsw->slaves[1].ndev = ndev;
|
|
- ndev->features |= NETIF_F_HW_VLAN_CTAG_FILTER;
|
|
|
|
|
|
+ ndev->features |= NETIF_F_HW_VLAN_CTAG_FILTER | NETIF_F_HW_VLAN_CTAG_RX;
|
|
|
|
|
|
ndev->netdev_ops = &cpsw_netdev_ops;
|
|
ndev->netdev_ops = &cpsw_netdev_ops;
|
|
ndev->ethtool_ops = &cpsw_ethtool_ops;
|
|
ndev->ethtool_ops = &cpsw_ethtool_ops;
|