From: Hubert WS Lin Date: Wed, 14 Sep 2005 18:39:27 +0000 (-0700) Subject: [PATCH] pcnet32: set min ring size to 4 X-Git-Tag: v2.6.15-rc1~733^2~1^2~132 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76209926e3756f66c9cdc8a4becbf34df8c47799;p=pandora-kernel.git [PATCH] pcnet32: set min ring size to 4 Don Fry reminded me that the pcnet32_loopback_test() asssumes the ring size is no less than 4. The minimum ring size was changed to 4 in pcnet32_set_ringparam() to allow the loopback test to work unchanged. - Set minimum ring size to 4 to allow loopback test to work unchanged - Moved variable init_block to first field in struct pcnet32_private Signed-off-by: Hubert WS Lin Signed-off-by: Andrew Morton Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed