neigh: Pass neighbour entry to output ops.
[deliverable/linux.git] / net / atm / clip.c
index 40d736899676ec3ca8452fca924f6579247d88ee..c6cd5318be3f1e316873df0dbc4ba96be6bc618e 100644 (file)
@@ -271,8 +271,8 @@ static const struct neigh_ops clip_neigh_ops = {
        .family =               AF_INET,
        .solicit =              clip_neigh_solicit,
        .error_report =         clip_neigh_error,
-       .output =               dev_queue_xmit,
-       .connected_output =     dev_queue_xmit,
+       .output =               neigh_direct_output,
+       .connected_output =     neigh_direct_output,
 };
 
 static int clip_constructor(struct neighbour *neigh)
This page took 0.026734 seconds and 5 git commands to generate.