From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Wed, 24 Apr 2013 22:32:05 +0800 References: <1366724403-29629-1-git-send-email-lindner_marek@yahoo.de> <1366724403-29629-8-git-send-email-lindner_marek@yahoo.de> In-Reply-To: <1366724403-29629-8-git-send-email-lindner_marek@yahoo.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201304242232.06002.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2 7/7] batman-adv: tvlv - convert roaming adv packet to use tvlv unicast packets 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, April 23, 2013 21:40:03 Marek Lindner wrote: > Instead of generating roaming specific packets the TVLV unicast API is > used to send roaming information. > > Signed-off-by: Marek Lindner > --- > main.c | 2 - > packet.h | 19 +++++----- > routing.c | 42 --------------------- > translation-table.c | 102 > ++++++++++++++++++++++++++++++++++++--------------- 4 files changed, 83 > insertions(+), 82 deletions(-) Applied in revision 3de4e64. Regards, Marek