Commit 04386576 authored by Martin J. Bligh's avatar Martin J. Bligh Committed by David S. Miller

[NET]: Ditch TSO in loopback driver, it's had enough testing.

parent 03e92484
......@@ -173,7 +173,7 @@ struct net_device loopback_dev = {
.rebuild_header = eth_rebuild_header,
.flags = IFF_LOOPBACK,
.features = NETIF_F_SG|NETIF_F_FRAGLIST
|NETIF_F_NO_CSUM|NETIF_F_HIGHDMA|NETIF_F_TSO,
|NETIF_F_NO_CSUM|NETIF_F_HIGHDMA,
};
/* Setup and register the of the LOOPBACK device. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment