From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Thu, 18 Apr 2013 00:04:56 +0800 References: <1366213483-10120-1-git-send-email-ordex@autistici.org> In-Reply-To: <1366213483-10120-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: <201304180004.56720.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2] batman-adv: move batadv_slide_own_bcast_window to bat_iv_ogm.c 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 Wednesday, April 17, 2013 23:44:43 Antonio Quartulli wrote: > From: Antonio Quartulli > > batadv_slide_own_bcast_window() is used only in bat_iv_ogm.c > and it is currently touching only batman_iv specific > attributes. > > Move it into bat_iv_ogm.c and make it static. > > Signed-off-by: Antonio Quartulli > Signed-off-by: Antonio Quartulli > --- > > v2: > - added kernel doc > > bat_iv_ogm.c | 37 ++++++++++++++++++++++++++++++++++++- > routing.c | 29 ----------------------------- > routing.h | 1 - > 3 files changed, 36 insertions(+), 31 deletions(-) Applied in revision 1ba0222. Thanks, Marek