[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100127220835.287e972d@nehalam>
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