From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 16 Jul 2012 11:55:16 +0200 References: <1341480868-25908-1-git-send-email-martin@hundeboll.net> In-Reply-To: <1341480868-25908-1-git-send-email-martin@hundeboll.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201207161155.16406.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 1/2] batman-adv: Move batadv_check_unicast_packet() 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 Thursday, July 05, 2012 11:34:27 Martin Hundeb=C3=B8ll wrote: > batadv_check_unicast_packet() is needed in batadv_recv_tt_query(), so > move the former to before the latter. >=20 > Signed-off-by: Martin Hundeb=C3=B8ll > --- > routing.c | 50 +++++++++++++++++++++++++------------------------- > 1 file changed, 25 insertions(+), 25 deletions(-) Applied in revision 9353d58. Thanks, Marek