diff options
author | Amit Kumar Salecha <amit@dut4146.(none)> | 2009-04-07 18:50:47 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-04-08 18:58:30 -0400 |
commit | a92e9e65f0068a291a677c627a747fae1f230284 (patch) | |
tree | 6f55898d9b7108f89588e776c0b34770c092e1d6 /drivers/net/netxen/netxen_nic_main.c | |
parent | f6d21f44122630cc9549b8ffbab23ea8c68254e0 (diff) |
netxen: enable GRO support
Signed-off-by: Amit Kumar Salecha <amit@netxen.com>
Signed-off-by: Dhananjay Phadke <dhananjay@netxen.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/netxen/netxen_nic_main.c')
-rw-r--r-- | drivers/net/netxen/netxen_nic_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/netxen/netxen_nic_main.c b/drivers/net/netxen/netxen_nic_main.c index da9b90da5207..e877eefdfeb0 100644 --- a/drivers/net/netxen/netxen_nic_main.c +++ b/drivers/net/netxen/netxen_nic_main.c | |||
@@ -981,6 +981,7 @@ netxen_nic_probe(struct pci_dev *pdev, const struct pci_device_id *ent) | |||
981 | SET_ETHTOOL_OPS(netdev, &netxen_nic_ethtool_ops); | 981 | SET_ETHTOOL_OPS(netdev, &netxen_nic_ethtool_ops); |
982 | 982 | ||
983 | netdev->features |= (NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO); | 983 | netdev->features |= (NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO); |
984 | netdev->features |= (NETIF_F_GRO); | ||
984 | netdev->vlan_features |= (NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO); | 985 | netdev->vlan_features |= (NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO); |
985 | 986 | ||
986 | if (NX_IS_REVISION_P3(revision_id)) { | 987 | if (NX_IS_REVISION_P3(revision_id)) { |