|
@@ -2376,14 +2376,6 @@ static netdev_features_t qlge_fix_features(struct net_device *ndev,
|
|
|
netdev_features_t features)
|
|
|
{
|
|
|
int err;
|
|
|
- /*
|
|
|
- * Since there is no support for separate rx/tx vlan accel
|
|
|
- * enable/disable make sure tx flag is always in same state as rx.
|
|
|
- */
|
|
|
- if (features & NETIF_F_HW_VLAN_CTAG_RX)
|
|
|
- features |= NETIF_F_HW_VLAN_CTAG_TX;
|
|
|
- else
|
|
|
- features &= ~NETIF_F_HW_VLAN_CTAG_TX;
|
|
|
|
|
|
/* Update the behavior of vlan accel in the adapter */
|
|
|
err = qlge_update_hw_vlan_features(ndev, features);
|