neigh: Pass neighbour entry to output ops.
[linux-2.6-block.git] / net / atm / clip.c
index 1d4be60e1390534ccafce68d2859404ce15fb0b9..c6cd5318be3f1e316873df0dbc4ba96be6bc618e 100644 (file)
@@ -271,10 +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,
-       .hh_output =            dev_queue_xmit,
-       .queue_xmit =           dev_queue_xmit,
+       .output =               neigh_direct_output,
+       .connected_output =     neigh_direct_output,
 };
 
 static int clip_constructor(struct neighbour *neigh)