From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Wed, 22 Aug 2012 01:36:10 +0200 References: <1343602203-11584-1-git-send-email-ordex@autistici.org> <1343747955-5657-1-git-send-email-ordex@autistici.org> In-Reply-To: <1343747955-5657-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: <201208220136.10267.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv3] batman-adv: use check_unicast_packet() in recv_roam_adv() 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 Tuesday, July 31, 2012 17:19:15 Antonio Quartulli wrote: > To avoid code duplication and to simplify further changes, > check_unicast_packet() is now used in recv_roam_adv() to check for not > well formed packets and so discard them. > > Signed-off-by: Antonio Quartulli > --- > > v2 > - coment rearrangement > v3 > - fixed sizeof argument (use the variable name instead of the type, if > possible) > > routing.c | 15 +-------------- > 1 file changed, 1 insertion(+), 14 deletions(-) Applied in revision 2ce4b9b. Thanks, Marek