From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Fri, 19 Apr 2013 18:16:59 +0800 References: <1366290604-10322-1-git-send-email-ordex@autistici.org> In-Reply-To: <1366290604-10322-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: <201304191816.59895.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2] batman-adv: use CRC32C instead of CRC16 in TT code 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 Thursday, April 18, 2013 21:10:04 Antonio Quartulli wrote: > @@ -1380,16 +1380,14 @@ out: > } > > /* Calculates the checksum of the local table of a given orig_node */ > -static uint16_t batadv_tt_global_crc(struct batadv_priv *bat_priv, > +static uint32_t batadv_tt_global_crc(struct batadv_priv *bat_priv, Don't forget the kernel doc here. Cheers, Marek