From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Wed, 22 Aug 2012 02:03:50 +0200 References: <1343736871-7131-1-git-send-email-ordex@autistici.org> <1344638599-31985-1-git-send-email-ordex@autistici.org> In-Reply-To: <1344638599-31985-1-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201208220203.50737.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH v3] batman-adv: pass the WIFI flag from the local to global entry Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking 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 ? :) Cheers, Marek