lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 18 Nov 2010 16:41:50 -0800
From:	Stephen Hemminger <shemminger@...tta.com>
To:	Nicolas Kaiser <nikai@...ai.net>
Cc:	Samuel Ortiz <samuel@...tiz.org>,
	Kuninori Morimoto <morimoto.kuninori@...esas.com>,
	irda-users@...ts.sourceforge.net, netdev@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] SuperH IrDA: correct Baud rate error correction

On Fri, 19 Nov 2010 01:24:02 +0100
Nicolas Kaiser <nikai@...ai.net> wrote:

>  	u32 rate_err_array[] = {
> -		0000, 0625, 1250, 1875,
> +		   0,  625, 1250, 1875,
>  		2500, 3125, 3750, 4375,
>  		5000, 5625, 6250, 6875,
>  		7500, 8125, 8750, 9375,

While you are at it make that table const.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ