]> Pileus Git - ~andy/linux/commit
[PATCH] sky2: incorrect length on receive packets
authorStephen Hemminger <shemminger@osdl.org>
Tue, 3 Oct 2006 23:39:12 +0000 (16:39 -0700)
committerJeff Garzik <jeff@garzik.org>
Thu, 5 Oct 2006 10:43:23 +0000 (06:43 -0400)
commit489b10c1f63fafcb89c330a0603694652068132a
treed63a874a197e67c64c96137efd2cd55d1947eaa9
parentd223a60106891bfe46febfacf46b20cd8509aaad
[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 <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/sky2.c