sch_teql: Use net_device internal stats
authorEric Dumazet <dada1@cosmosbay.com>
Tue, 19 May 2009 22:16:34 +0000 (15:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 May 2009 22:36:15 +0000 (15:36 -0700)
We can slightly reduce size of teqlN structure, not duplicating stats
structure in teql_master but using stats field from net_device.stats
for tx_errors and from netdev_queue for tx_bytes/tx_packets/tx_dropped
values.

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found