From: Stephen Hemminger Date: Tue, 3 Oct 2006 23:39:12 +0000 (-0700) Subject: [PATCH] sky2: incorrect length on receive packets X-Git-Tag: v2.6.19-rc2~23^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=489b10c1f63fafcb89c330a0603694652068132a;p=pandora-kernel.git [PATCH] sky2: incorrect length on receive packets The previous change to do fragmented receive (post 2.6.18) introduced a bug where packets are passed up with size set to the size of the receive buffer not the actual received data. IP silently trims this so it didn't show up right away. Signed-off-by: Stephen Hemminger Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed