diff options
| -rw-r--r-- | drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c b/drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c index 195669f550f0..ba124a4da793 100644 --- a/drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c +++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c | |||
| @@ -1015,6 +1015,8 @@ static struct mac_device_info *sun8i_dwmac_setup(void *ppriv) | |||
| 1015 | mac->mac = &sun8i_dwmac_ops; | 1015 | mac->mac = &sun8i_dwmac_ops; |
| 1016 | mac->dma = &sun8i_dwmac_dma_ops; | 1016 | mac->dma = &sun8i_dwmac_dma_ops; |
| 1017 | 1017 | ||
| 1018 | priv->dev->priv_flags |= IFF_UNICAST_FLT; | ||
| 1019 | |||
| 1018 | /* The loopback bit seems to be re-set when link change | 1020 | /* The loopback bit seems to be re-set when link change |
| 1019 | * Simply mask it each time | 1021 | * Simply mask it each time |
| 1020 | * Speed 10/100/1000 are set in BIT(2)/BIT(3) | 1022 | * Speed 10/100/1000 are set in BIT(2)/BIT(3) |
