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:	Wed, 27 Jan 2010 22:08:35 -0800
From:	Stephen Hemminger <shemminger@...tta.com>
To:	Kuninori Morimoto <morimoto.kuninori@...esas.com>
Cc:	netdev@...r.kernel.org, Samuel Ortiz <samuel@...tiz.org>,
	"David S. Miller" <davem@...emloft.net>
Subject: Re: [PATCH] net/irda: sh_sir: Add SuperH IrDA driver

I am happy to see an IRDA driver again, especially one
that doesn't have the UGLY_MACROS that seem to be so
common in that code.

On Thu, 28 Jan 2010 13:24:10 +0900
Kuninori Morimoto <morimoto.kuninori@...esas.com> wrote:

> +struct sh_sir_self {
> +	void __iomem		*membase;
> +	unsigned int		 irq;
> +	struct clk		*clk;
> +
> +	struct net_device	*ndev;
> +
> +	struct net_device_stats	stats;

The network device has stats in netdev->stats now
so devices don't have to keep their own data structure.

Does the device support Fast IR mode?


-- 
--
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