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)
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>

No differences found