]> Git Repo - linux.git/commitdiff
RDMA/nes: Fix mis-merge
authorRoland Dreier <[email protected]>
Thu, 26 Mar 2009 23:25:49 +0000 (16:25 -0700)
committerLinus Torvalds <[email protected]>
Fri, 27 Mar 2009 00:00:25 +0000 (17:00 -0700)
When net-next and infiniband were merged upstream, each branch deleted
one of a pair of adjacent lines from nes_nic.c, but when Linus fixed the
conflict up, he brought back both of the lines.  Fix up to the intended
final tree state.

Signed-off-by: Roland Dreier <[email protected]>
Acked-by: David S. Miller <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/infiniband/hw/nes/nes_nic.c

index 8d3e4c6f237eb8b341c681557d9c07e90fe0a5f5..ecb1f6fd627693a62f7ef83b7bdcf604ae5866af 100644 (file)
@@ -1602,8 +1602,6 @@ struct net_device *nes_netdev_init(struct nes_device *nesdev,
        netif_napi_add(netdev, &nesvnic->napi, nes_netdev_poll, 128);
        nes_debug(NES_DBG_INIT, "Enabling VLAN Insert/Delete.\n");
        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 */
        nesvnic->netdev = netdev;
This page took 0.054517 seconds and 4 git commands to generate.