From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Wed, 3 Apr 2013 19:11:49 +0800 References: <1364249134-19537-1-git-send-email-ordex@autistici.org> In-Reply-To: <1364249134-19537-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: <201304031911.49381.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2] batman-adv: don't check the source address twice 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: Antonio Quartulli On Tuesday, March 26, 2013 06:05:34 Antonio Quartulli wrote: > From: Antonio Quartulli > > The source address has already been checked in > batadv_check_management_packet() upon packet reception and > therefore it does not need to be checked again in > ogm_process() > > Signed-off-by: Antonio Quartulli > --- > > v2: > - removed variable declaration > > bat_iv_ogm.c | 12 +----------- > 1 file changed, 1 insertion(+), 11 deletions(-) Applied in revision 0e7086c. Thanks, Marek