aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/8139too.c
diff options
context:
space:
mode:
authorShan Wei <shanwei@cn.fujitsu.com>2011-07-01 22:06:44 +0000
committerDavid S. Miller <davem@davemloft.net>2011-07-03 19:54:10 -0700
commit60b677034fcb3e48ffa30d638b09ac925afb4b36 (patch)
tree3283d819f0a86e826ab865bdd6aaff9767c71ddd /drivers/net/8139too.c
parentFix call trace when interrupts are disabled while sleeping function kzalloc is called (diff)
downloadlinux-dev-60b677034fcb3e48ffa30d638b09ac925afb4b36.tar.xz
linux-dev-60b677034fcb3e48ffa30d638b09ac925afb4b36.zip
net: 8139too: Initial necessary vlan_features to support vlan
Offload setting of vlan device requires vlan_features to be initialized. Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com> Acked-by: Francois Romieu <romieu@fr.zoreil.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/8139too.c')
-rw-r--r--drivers/net/8139too.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/8139too.c b/drivers/net/8139too.c
index 98517a373473..e3bad8247fd1 100644
--- a/drivers/net/8139too.c
+++ b/drivers/net/8139too.c
@@ -992,6 +992,7 @@ static int __devinit rtl8139_init_one (struct pci_dev *pdev,
* features
*/
dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_HIGHDMA;
+ dev->vlan_features = dev->features;
dev->irq = pdev->irq;