diff options
Diffstat (limited to 'net/atm')
-rw-r--r-- | net/atm/lec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/atm/lec.c b/net/atm/lec.c index d98bde1a0ac8..181d70c73d70 100644 --- a/net/atm/lec.c +++ b/net/atm/lec.c | |||
@@ -220,7 +220,6 @@ static unsigned char *get_tr_dst(unsigned char *packet, unsigned char *rdesc) | |||
220 | static int lec_open(struct net_device *dev) | 220 | static int lec_open(struct net_device *dev) |
221 | { | 221 | { |
222 | netif_start_queue(dev); | 222 | netif_start_queue(dev); |
223 | memset(&dev->stats, 0, sizeof(struct net_device_stats)); | ||
224 | 223 | ||
225 | return 0; | 224 | return 0; |
226 | } | 225 | } |