On Wed, Aug 22, 2012 at 02:03:50 +0200, Marek Lindner wrote:
On Saturday, August 11, 2012 00:43:19 Antonio
Quartulli wrote:
+static void __batadv_tt_local_remove(struct
batadv_priv *bat_priv,
+ struct batadv_tt_local_entry
*tt_local, + const char *message, bool
roaming) +{
+ uint16_t flags;
+
+ flags = BATADV_TT_CLIENT_DEL;
+ if (roaming)
+ flags |= BATADV_TT_CLIENT_ROAM;
+
+ batadv_tt_local_set_pending(bat_priv, tt_local, flags, message);
+}
How about adding some kernel documentation ? :)
I agree :) We discussed kernel documentation after I sent this patch. Will add
and send version 4.
Cheers,
--
Antonio Quartulli
..each of us alone is worth nothing..
Ernesto "Che" Guevara