From: Dale Farnsworth Date: Mon, 1 Oct 2007 23:02:18 +0000 (-0700) Subject: mv643xx_eth: Do not modify struct netdev tx_queue_len X-Git-Tag: v2.6.23~38^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=593ff56ef2a23ed3a66ee87d9c9b33044b9fb193;p=pandora-kernel.git mv643xx_eth: Do not modify struct netdev tx_queue_len This driver erroneously zeros dev->tx_queue_len, since mp->tx_ring_size has not yet been initialized. Actually, the driver shouldn't modify tx_queue_len at all and should leave the value set by alloc_etherdev(), currently 1000. Signed-off-by: Dale Farnsworth Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed