From: Eric Dumazet Date: Tue, 19 May 2009 22:16:34 +0000 (-0700) Subject: sch_teql: Use net_device internal stats X-Git-Tag: v2.6.31-rc1~330^2~354 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab35cd4b8f42b5e4a9338949581a510e98503b28;p=pandora-kernel.git sch_teql: Use net_device internal stats 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed