diff options
Diffstat (limited to 'drivers/net/ethernet/alteon/acenic.c')
-rw-r--r-- | drivers/net/ethernet/alteon/acenic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/alteon/acenic.c b/drivers/net/ethernet/alteon/acenic.c index a7689d931053..b7894f8af9d1 100644 --- a/drivers/net/ethernet/alteon/acenic.c +++ b/drivers/net/ethernet/alteon/acenic.c | |||
@@ -2019,7 +2019,7 @@ static void ace_rx_int(struct net_device *dev, u32 rxretprd, u32 rxretcsm) | |||
2019 | 2019 | ||
2020 | /* send it up */ | 2020 | /* send it up */ |
2021 | if ((bd_flags & BD_FLG_VLAN_TAG)) | 2021 | if ((bd_flags & BD_FLG_VLAN_TAG)) |
2022 | __vlan_hwaccel_put_tag(skb, retdesc->vlan); | 2022 | __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), retdesc->vlan); |
2023 | netif_rx(skb); | 2023 | netif_rx(skb); |
2024 | 2024 | ||
2025 | dev->stats.rx_packets++; | 2025 | dev->stats.rx_packets++; |