Loading drivers/net/sunhme.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -3143,8 +3143,8 @@ static int __devinit happy_meal_pci_probe(struct pci_dev *pdev, dev->irq = pdev->irq; dev->irq = pdev->irq; dev->dma = 0; dev->dma = 0; /* Happy Meal can do it all... */ /* Happy Meal can do it all... except VLAN. */ dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM; dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_VLAN_CHALLENGED; #if defined(CONFIG_SBUS) && defined(CONFIG_PCI) #if defined(CONFIG_SBUS) && defined(CONFIG_PCI) /* Hook up PCI register/dma accessors. */ /* Hook up PCI register/dma accessors. */ Loading Loading
drivers/net/sunhme.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -3143,8 +3143,8 @@ static int __devinit happy_meal_pci_probe(struct pci_dev *pdev, dev->irq = pdev->irq; dev->irq = pdev->irq; dev->dma = 0; dev->dma = 0; /* Happy Meal can do it all... */ /* Happy Meal can do it all... except VLAN. */ dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM; dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_VLAN_CHALLENGED; #if defined(CONFIG_SBUS) && defined(CONFIG_PCI) #if defined(CONFIG_SBUS) && defined(CONFIG_PCI) /* Hook up PCI register/dma accessors. */ /* Hook up PCI register/dma accessors. */ Loading