| Submitter | gregkh@suse.de |
|---|---|
| Date | Dec. 17, 2008, 12:04 a.m. |
| Message ID | <20081217000421.GL4504@kroah.com> |
| Download | mbox | patch |
| Permalink | /patch/14379/ |
| State | Not Applicable |
| Headers | show |
Comments
Patch
--- a/net/core/dev.c +++ b/net/core/dev.c @@ -3990,7 +3990,7 @@ int register_netdevice(struct net_device dev->features &= ~NETIF_F_TSO; } if (dev->features & NETIF_F_UFO) { - if (!(dev->features & NETIF_F_HW_CSUM)) { + if (!(dev->features & NETIF_F_GEN_CSUM)) { printk(KERN_ERR "%s: Dropping NETIF_F_UFO since no " "NETIF_F_HW_CSUM feature.\n", dev->name);