commit | 024f4d88b45003710e8e2ee937b0c56aaf2dff2d | [log] [tgz] |
---|---|---|
author | Pekka Enberg <penberg@cs.helsinki.fi> | Mon Jun 23 14:35:16 2008 +0300 |
committer | Jeff Garzik <jgarzik@redhat.com> | Fri Jul 04 08:46:51 2008 -0400 |
tree | 3cbf3080f10e5bd3b1017c68581e3a48b8ff3b2c | |
parent | 16e605a2a0398bc1e693e8571bf0cbc5aa5c00c8 [diff] |
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>