Hi Antonio,
On Fri, 24 Aug 2012 18:32:31 +0200 Antonio Quartulli ordex@autistici.org wrote:
diff --git a/routing.c b/routing.c index e7a4e25..9b8ff61 100644 --- a/routing.c +++ b/routing.c @@ -972,10 +972,10 @@ static int batadv_check_unicast_ttvn(struct batadv_priv *bat_priv, batadv_orig_node_free_ref(orig_node); }
batadv_dbg(BATADV_DBG_ROUTES, bat_priv,
"TTVN mismatch (old_ttvn %u new_ttvn %u)!
Rerouting unicast packet (for %pM) to %pM\n",
unicast_packet->ttvn, curr_ttvn,
ethhdr->h_dest,
unicast_packet->dest);
net_ratelimited_function(batadv_dbg, BATADV_DBG_TT,
bat_priv,
Please add net_ratelimited_function() to compat.h, since it didn't make its way into mainline before 3.5.
// Martin