net_sched: fix qdisc_pkt_len_init()
authorEric Dumazet <edumazet@google.com>
Wed, 16 Jan 2013 05:14:21 +0000 (21:14 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Jan 2013 05:41:19 +0000 (00:41 -0500)
commit 1def9238d4aa2 (net_sched: more precise pkt_len computation)
does a wrong computation of mac + network headers length, as it includes
the padding before the frame.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Yuval Mintz <yuvalmin@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found