diff options
Diffstat (limited to 'net/8021q/vlan.c')
-rw-r--r-- | net/8021q/vlan.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/8021q/vlan.c b/net/8021q/vlan.c index af2525569424..54f234696411 100644 --- a/net/8021q/vlan.c +++ b/net/8021q/vlan.c | |||
@@ -366,8 +366,6 @@ void vlan_setup(struct net_device *new_dev) | |||
366 | * the global list. | 366 | * the global list. |
367 | * iflink is set as well. | 367 | * iflink is set as well. |
368 | */ | 368 | */ |
369 | new_dev->get_stats = vlan_dev_get_stats; | ||
370 | |||
371 | /* Make this thing known as a VLAN device */ | 369 | /* Make this thing known as a VLAN device */ |
372 | new_dev->priv_flags |= IFF_802_1Q_VLAN; | 370 | new_dev->priv_flags |= IFF_802_1Q_VLAN; |
373 | 371 | ||