diff options
author | David S. Miller <davem@davemloft.net> | 2010-04-20 21:49:45 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-04-20 21:49:45 -0400 |
commit | cb903bf4ee2d6e53210e2174d363e10698112042 (patch) | |
tree | b999ca8f5877c03d98bae64e34793d5c13762470 /drivers/net/tg3.c | |
parent | e4fc9d15db72c8de7d4988e9f419b63b923e1d1d (diff) |
tg3: Enable GRO by default.
This was merely an oversight when I added the *_gro_receive()
calls.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/tg3.c')
-rw-r--r-- | drivers/net/tg3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index 0fea6854c4aa..7724d7e4ebd6 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c | |||
@@ -12993,6 +12993,7 @@ static int __devinit tg3_get_invariants(struct tg3 *tp) | |||
12993 | tp->dev->features |= NETIF_F_IP_CSUM | NETIF_F_SG; | 12993 | tp->dev->features |= NETIF_F_IP_CSUM | NETIF_F_SG; |
12994 | if (tp->tg3_flags3 & TG3_FLG3_5755_PLUS) | 12994 | if (tp->tg3_flags3 & TG3_FLG3_5755_PLUS) |
12995 | tp->dev->features |= NETIF_F_IPV6_CSUM; | 12995 | tp->dev->features |= NETIF_F_IPV6_CSUM; |
12996 | tp->dev->features |= NETIF_F_GRO; | ||
12996 | } | 12997 | } |
12997 | 12998 | ||
12998 | /* Determine TSO capabilities */ | 12999 | /* Determine TSO capabilities */ |