From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Tue, 28 May 2013 15:02:52 +0800 References: <1369520121-5998-1-git-send-email-lindner_marek@yahoo.de> <1369520121-5998-2-git-send-email-lindner_marek@yahoo.de> In-Reply-To: <1369520121-5998-2-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: <201305281502.52888.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 2/2] batman-adv: properly align roaming tvlv container 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 Sunday, May 26, 2013 06:15:21 Marek Lindner wrote: > 4bytes long members must start at an address multiple of 4 > in order to avoid unaligned memory access. > > Introduced by 3de4e64df0f1326db7cc0ef25f5af8522850252d > "batman-adv: tvlv - convert roaming adv packet to use > tvlv unicast packets" > > Signed-off-by: Marek Lindner > --- > packet.h | 4 +++- > translation-table.c | 1 + > 2 files changed, 4 insertions(+), 1 deletion(-) Applied in revision 05a7111. Regards, Marek