X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=net%2Fbatman-adv%2Frouting.c;h=163cd43c4821b6df6d65945579258655bde6a09b;hb=13e574b4941ee1931f8c70f33c3011f74e5fbd30;hp=83f31494ea4d927b383ca0a8c6911e60a9a9c962;hpb=6ea45c57dc176dde529ab5d7c4b3f20e52a2bd82;p=platform%2Fkernel%2Flinux-rpi.git diff --git a/net/batman-adv/routing.c b/net/batman-adv/routing.c index 83f3149..163cd43 100644 --- a/net/batman-adv/routing.c +++ b/net/batman-adv/routing.c @@ -1073,10 +1073,9 @@ int batadv_recv_unicast_tvlv(struct sk_buff *skb, if (tvlv_buff_len > skb->len - hdr_size) goto free_skb; - ret = batadv_tvlv_containers_process(bat_priv, false, NULL, - unicast_tvlv_packet->src, - unicast_tvlv_packet->dst, - tvlv_buff, tvlv_buff_len); + ret = batadv_tvlv_containers_process(bat_priv, BATADV_UNICAST_TVLV, + NULL, skb, tvlv_buff, + tvlv_buff_len); if (ret != NET_RX_SUCCESS) { ret = batadv_route_unicast_packet(skb, recv_if);