From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Tue, 16 Oct 2012 05:19:14 +0800 References: <1350332596-23684-1-git-send-email-siwu@hrz.tu-chemnitz.de> <1350333484-23781-1-git-send-email-siwu@hrz.tu-chemnitz.de> In-Reply-To: <1350333484-23781-1-git-send-email-siwu@hrz.tu-chemnitz.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201210160519.15040.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2 1/2] batman-adv: move hash_bytes into hash.h 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: b.a.t.m.a.n@lists.open-mesh.org Cc: Simon Wunderlich On Tuesday, October 16, 2012 04:38:03 Simon Wunderlich wrote: > This function will be used by other parts of batman-adv as well. > > Reported-by: Marek Lindner > Reported-by: Sven Eckelmann > Signed-off-by: Simon Wunderlich > --- > bridge_loop_avoidance.c | 20 ++++---------------- > hash.h | 18 ++++++++++++++++++ > 2 files changed, 22 insertions(+), 16 deletions(-) Applied in revision f64999e. Thanks, Marek