net-sched: fix bfifo default limit
authorPatrick McHardy <kaber@trash.net>
Wed, 6 May 2009 23:45:07 +0000 (16:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 May 2009 23:45:07 +0000 (16:45 -0700)
When no limit is given, the bfifo uses a default of tx_queue_len * mtu.
Packets handled by qdiscs include the link layer header, so this should
be taken into account, similar to what other qdiscs do.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found