diff options
Diffstat (limited to 'drivers/net/ethernet/stmicro/stmmac/stmmac_main.c')
-rw-r--r-- | drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c index 71b64857e3a6..618446ae1ec1 100644 --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | |||
@@ -2679,7 +2679,7 @@ struct stmmac_priv *stmmac_dvr_probe(struct device *device, | |||
2679 | ndev->watchdog_timeo = msecs_to_jiffies(watchdog); | 2679 | ndev->watchdog_timeo = msecs_to_jiffies(watchdog); |
2680 | #ifdef STMMAC_VLAN_TAG_USED | 2680 | #ifdef STMMAC_VLAN_TAG_USED |
2681 | /* Both mac100 and gmac support receive VLAN tag detection */ | 2681 | /* Both mac100 and gmac support receive VLAN tag detection */ |
2682 | ndev->features |= NETIF_F_HW_VLAN_RX; | 2682 | ndev->features |= NETIF_F_HW_VLAN_CTAG_RX; |
2683 | #endif | 2683 | #endif |
2684 | priv->msg_enable = netif_msg_init(debug, default_msg_level); | 2684 | priv->msg_enable = netif_msg_init(debug, default_msg_level); |
2685 | 2685 | ||