Skip to content

Commit

Permalink
[PATCH] spidernet : enable tx checksum offloading by default
Browse files Browse the repository at this point in the history
This enables TX checksum offloading for the spidernet driver by default.

Signed-off-by: Jens Osterkamp <Jens.Osterkamp@de.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Jens Osterkamp authored and Jeff Garzik committed Mar 29, 2006
1 parent ff59c45 commit 8dfc914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/spider_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -2086,7 +2086,7 @@ spider_net_setup_netdev(struct spider_net_card *card)

spider_net_setup_netdev_ops(netdev);

netdev->features = 0;
netdev->features = NETIF_F_HW_CSUM;
/* some time: NETIF_F_HW_VLAN_TX | NETIF_F_HW_VLAN_RX |
* NETIF_F_HW_VLAN_FILTER */

Expand Down

0 comments on commit 8dfc914

Please sign in to comment.