aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/starfire.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/starfire.c')
-rw-r--r--drivers/net/starfire.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/starfire.c b/drivers/net/starfire.c
index 7b7b1717b0d1..2038f38dc04b 100644
--- a/drivers/net/starfire.c
+++ b/drivers/net/starfire.c
@@ -1510,7 +1510,7 @@ static int __netdev_rx(struct net_device *dev, int *quota)
1510 if (debug > 4) 1510 if (debug > 4)
1511 printk(KERN_DEBUG " netdev_rx() vlanid = %d\n", le16_to_cpu(desc->vlanid)); 1511 printk(KERN_DEBUG " netdev_rx() vlanid = %d\n", le16_to_cpu(desc->vlanid));
1512 /* vlan_netdev_receive_skb() expects a packet with the VLAN tag stripped out */ 1512 /* vlan_netdev_receive_skb() expects a packet with the VLAN tag stripped out */
1513 vlan_netdev_receive_skb(skb, np->vlgrp, le16_to_cpu(desc->vlanid) & VLAN_VID_MASK); 1513 vlan_netdev_receive_skb(skb, np->vlgrp, le16_to_cpu(desc->vlanid));
1514 } else 1514 } else
1515#endif /* VLAN_SUPPORT */ 1515#endif /* VLAN_SUPPORT */
1516 netdev_receive_skb(skb); 1516 netdev_receive_skb(skb);