From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Tue, 17 Apr 2012 10:48:59 +0200 References: <1334402127-5211-1-git-send-email-ordex@autistici.org> <1334402127-5211-3-git-send-email-ordex@autistici.org> In-Reply-To: <1334402127-5211-3-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201204171049.00040.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 2/2] batman-adv: convert the tt_crc to network order 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 Saturday, April 14, 2012 13:15:27 Antonio Quartulli wrote: > Before sending out a TT_Request packet we must convert the tt_crc field > value to network order (since it is 16bits long). Applied in revision ffcc504. Thanks, Marek