[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20090417.011522.90172631.davem@davemloft.net>
Date: Fri, 17 Apr 2009 01:15:22 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: a.beregalov@...il.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH -next 1/2] wan/pc300_drv: convert to net_device_ops
From: Alexander Beregalov <a.beregalov@...il.com>
Date: Fri, 17 Apr 2009 05:48:17 +0400
> On Fri, Apr 17, 2009 at 05:23:02AM +0400, Alexander Beregalov wrote:
>> +static const struct net_device_ops cpc_netdev_ops = {
>> + .ndo_init = NULL,
>> + .ndo_open = cpc_open,
>> + .ndo_stop = cpc_close,
>> + .ndo_tx_timeout = cpc_tx_timeout,
>> + .ndo_set_multicast_list = NULL,
>
> In this case ndo_init and ndo_set_multicast_list
> are not needed.
...
> wan/pc300_drv: convert to net_device_ops
>
>
> Signed-off-by: Alexander Beregalov <a.beregalov@...il.com>
Applied.
--
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