Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214553
b: refs/heads/master
c: 1953925
h: refs/heads/master
i:
  214551: 8963fbc
v: v3
  • Loading branch information
stephen hemminger authored and David S. Miller committed Sep 16, 2010
1 parent 5a445c4 commit 1408450
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 95ae6b228f814fc0528d0506ee9f18ac333d6851
refs/heads/master: 1953925ea61cd1a77828deddc61d000303dbbb97
3 changes: 2 additions & 1 deletion trunk/drivers/net/sky2.c
Original file line number Diff line number Diff line change
Expand Up @@ -4581,7 +4581,8 @@ static __devinit struct net_device *sky2_init_netdev(struct sky2_hw *hw,

sky2->port = port;

dev->features |= NETIF_F_TSO | NETIF_F_IP_CSUM | NETIF_F_SG;
dev->features |= NETIF_F_IP_CSUM | NETIF_F_SG
| NETIF_F_TSO | NETIF_F_GRO;
if (highmem)
dev->features |= NETIF_F_HIGHDMA;

Expand Down

0 comments on commit 1408450

Please sign in to comment.