diff options
Diffstat (limited to 'drivers/net/ethernet/natsemi')
-rw-r--r-- | drivers/net/ethernet/natsemi/ns83820.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/natsemi/ns83820.c b/drivers/net/ethernet/natsemi/ns83820.c index 77c070de621e..60267e91cbda 100644 --- a/drivers/net/ethernet/natsemi/ns83820.c +++ b/drivers/net/ethernet/natsemi/ns83820.c | |||
@@ -2193,7 +2193,7 @@ static int ns83820_init_one(struct pci_dev *pci_dev, | |||
2193 | 2193 | ||
2194 | #ifdef NS83820_VLAN_ACCEL_SUPPORT | 2194 | #ifdef NS83820_VLAN_ACCEL_SUPPORT |
2195 | /* We also support hardware vlan acceleration */ | 2195 | /* We also support hardware vlan acceleration */ |
2196 | ndev->features |= NETIF_F_HW_VLAN_TX | NETIF_F_HW_VLAN_RX; | 2196 | ndev->features |= NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_HW_VLAN_CTAG_RX; |
2197 | #endif | 2197 | #endif |
2198 | 2198 | ||
2199 | if (using_dac) { | 2199 | if (using_dac) { |