From: Auke Kok Date: Thu, 25 Oct 2007 20:57:44 +0000 (-0700) Subject: e1000e: Fix jumbo frame receive code. X-Git-Tag: v2.6.24-rc2~100^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47f44e40a3c12f8604aba9288d7a7f991cbf17ba;p=pandora-kernel.git e1000e: Fix jumbo frame receive code. Fix allocation and freeing of jumbo frames where several bugs were recently introduced by cleanups after we forked this code from e1000. This moves ps_pages to buffer_info where it really belongs and makes it a dynamically allocated array. The penalty is not that high since it's allocated outside of the buffer_info struct anyway. Without this patch all jumbo frames are completely broken and the driver panics. Signed-off-by: Jesse Brandeburg Signed-off-by: Auke Kok Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed