From: Jay Cliburn Date: Tue, 15 Jan 2008 01:56:41 +0000 (-0600) Subject: atl1: fix frame length bug X-Git-Tag: v2.6.24~41^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a49128f0a6edee337174ea341c1d6d7565be350;p=pandora-kernel.git atl1: fix frame length bug The driver sets up the hardware to accept a frame with max length equal to MTU + Ethernet header + FCS + VLAN tag, but we neglect to add the VLAN tag size to the ingress buffer. When a VLAN-tagged frame arrives, the hardware passes it, but bad things happen because the buffer is too small. This patch fixes that. Thanks to David Harris for reporting the bug and testing the fix. Tested-by: David Harris Signed-off-by: Jay Cliburn Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed