|
@@ -1602,8 +1602,6 @@ struct net_device *nes_netdev_init(struct nes_device *nesdev,
|
|
netif_napi_add(netdev, &nesvnic->napi, nes_netdev_poll, 128);
|
|
netif_napi_add(netdev, &nesvnic->napi, nes_netdev_poll, 128);
|
|
nes_debug(NES_DBG_INIT, "Enabling VLAN Insert/Delete.\n");
|
|
nes_debug(NES_DBG_INIT, "Enabling VLAN Insert/Delete.\n");
|
|
netdev->features |= NETIF_F_HW_VLAN_TX | NETIF_F_HW_VLAN_RX;
|
|
netdev->features |= NETIF_F_HW_VLAN_TX | NETIF_F_HW_VLAN_RX;
|
|
- netdev->vlan_rx_register = nes_netdev_vlan_rx_register;
|
|
|
|
- netdev->features |= NETIF_F_LLTX;
|
|
|
|
|
|
|
|
/* Fill in the port structure */
|
|
/* Fill in the port structure */
|
|
nesvnic->netdev = netdev;
|
|
nesvnic->netdev = netdev;
|