diff options
Diffstat (limited to 'drivers/net/ethernet/3com/typhoon.c')
-rw-r--r-- | drivers/net/ethernet/3com/typhoon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/3com/typhoon.c b/drivers/net/ethernet/3com/typhoon.c index 27aaaf99e73e..839a96213742 100644 --- a/drivers/net/ethernet/3com/typhoon.c +++ b/drivers/net/ethernet/3com/typhoon.c | |||
@@ -2445,9 +2445,9 @@ typhoon_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) | |||
2445 | * settings -- so we only allow the user to toggle the TX processing. | 2445 | * settings -- so we only allow the user to toggle the TX processing. |
2446 | */ | 2446 | */ |
2447 | dev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | | 2447 | dev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | |
2448 | NETIF_F_HW_VLAN_TX; | 2448 | NETIF_F_HW_VLAN_CTAG_TX; |
2449 | dev->features = dev->hw_features | | 2449 | dev->features = dev->hw_features | |
2450 | NETIF_F_HW_VLAN_RX | NETIF_F_RXCSUM; | 2450 | NETIF_F_HW_VLAN_CTAG_RX | NETIF_F_RXCSUM; |
2451 | 2451 | ||
2452 | if(register_netdev(dev) < 0) { | 2452 | if(register_netdev(dev) < 0) { |
2453 | err_msg = "unable to register netdev"; | 2453 | err_msg = "unable to register netdev"; |