Merge branch 'pm-sleep'
[firefly-linux-kernel-4.4.55.git] / net / openvswitch / vport-vxlan.c
index e1c9c08880373276e8430cadd93f03fe4a1e11a0..1605691d94144aee0fc50ffb17be05eca2b59675 100644 (file)
@@ -151,7 +151,7 @@ static struct vport_ops ovs_vxlan_netdev_vport_ops = {
        .create                 = vxlan_create,
        .destroy                = ovs_netdev_tunnel_destroy,
        .get_options            = vxlan_get_options,
-       .send                   = ovs_netdev_send,
+       .send                   = dev_queue_xmit,
 };
 
 static int __init ovs_vxlan_tnl_init(void)