Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / net / batman-adv / distributed-arp-table.c
index 4c9b69d465a671290e257bd5d74b438056c38d06..e96d7c745b4a1de6444284f38207ed599925ac2e 100644 (file)
@@ -654,9 +654,7 @@ static bool batadv_dat_send_data(struct batadv_priv *bat_priv,
                        goto free_neigh;
                }
 
-               send_status = batadv_send_skb_packet(tmp_skb,
-                                                    neigh_node->if_incoming,
-                                                    neigh_node->addr);
+               send_status = batadv_send_unicast_skb(tmp_skb, neigh_node);
                if (send_status == NET_XMIT_SUCCESS) {
                        /* count the sent packet */
                        switch (packet_subtype) {
This page took 0.038446 seconds and 5 git commands to generate.