From: Patrick McHardy Date: Wed, 6 May 2009 23:45:07 +0000 (-0700) Subject: net-sched: fix bfifo default limit X-Git-Tag: linux-omap-v2.6.30-rc6~48^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6473990c7f0565fca2007f8662395d122e30f0d8;p=pandora-kernel.git net-sched: fix bfifo default limit 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed