From: Auke Kok Date: Fri, 14 Jul 2006 23:14:48 +0000 (-0700) Subject: e1000: fix panic on large frame receive when mtu=default X-Git-Tag: v2.6.18-rc3~78^2~3^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb0f8054dd2e8b3cdf3af4771583b1dc2e1327cc;p=pandora-kernel.git e1000: fix panic on large frame receive when mtu=default A panic was reported when receiving 1522 size packets if using the default MTU. we should set the initial rx buffer length to the value that e1000changemtu sets so that we can receive any packet that would not be dropped by LPE=0. Signed-off-by: Jesse Brandeburg Signed-off-by: Auke Kok --- Reading git-diff-tree failed