diff options
-rw-r--r-- | drivers/net/sunhme.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/sunhme.c b/drivers/net/sunhme.c index 120c8affe83d..c20a3bd21bb2 100644 --- a/drivers/net/sunhme.c +++ b/drivers/net/sunhme.c | |||
@@ -3143,8 +3143,8 @@ static int __devinit happy_meal_pci_probe(struct pci_dev *pdev, | |||
3143 | dev->irq = pdev->irq; | 3143 | dev->irq = pdev->irq; |
3144 | dev->dma = 0; | 3144 | dev->dma = 0; |
3145 | 3145 | ||
3146 | /* Happy Meal can do it all... */ | 3146 | /* Happy Meal can do it all... except VLAN. */ |
3147 | dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM; | 3147 | dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_VLAN_CHALLENGED; |
3148 | 3148 | ||
3149 | #if defined(CONFIG_SBUS) && defined(CONFIG_PCI) | 3149 | #if defined(CONFIG_SBUS) && defined(CONFIG_PCI) |
3150 | /* Hook up PCI register/dma accessors. */ | 3150 | /* Hook up PCI register/dma accessors. */ |