ipg: always compile in jumbo frame support
authorPekka Enberg <penberg@cs.helsinki.fi>
Mon, 23 Jun 2008 11:35:16 +0000 (14:35 +0300)
committerJeff Garzik <jgarzik@redhat.com>
Fri, 4 Jul 2008 12:46:51 +0000 (08:46 -0400)
commit024f4d88b45003710e8e2ee937b0c56aaf2dff2d
tree3cbf3080f10e5bd3b1017c68581e3a48b8ff3b2c
parent16e605a2a0398bc1e693e8571bf0cbc5aa5c00c8
ipg: always compile in jumbo frame support

Add a ->is_jumbo boolean to struct ipg_nic_private and fix up
ipg_interrupt_handler() to call the jumbo frame version of ipg_nic_rx() if the
boolean is set to true. Also remove the JUMBO_FRAME #ifdefs so we can always
compile in support for jumbo frames.

Tested-by: Andrew Savchenko <Bircoph@list.ru>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/ipg.c
drivers/net/ipg.h