[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090321.194022.229105707.davem@davemloft.net>
Date: Sat, 21 Mar 2009 19:40:22 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: jpirko@...hat.com
Cc: shemminger@...tta.com, dbrownell@...rs.sourceforge.net,
netdev@...r.kernel.org
Subject: Re: [PATCH 22/77] usbnet: convert catc device to net_device_ops
From: Jiri Pirko <jpirko@...hat.com>
Date: Sat, 21 Mar 2009 11:17:29 +0100
> Sat, Mar 21, 2009 at 06:35:49AM CET, shemminger@...tta.com wrote:
> >Signed-off-by: Stephen Hemminger <shemminger@...tta.com>
> >
> >--- a/drivers/net/usb/catc.c 2009-03-20 12:10:10.851651580 -0700
> >+++ b/drivers/net/usb/catc.c 2009-03-20 12:10:23.060839265 -0700
> >@@ -743,6 +743,18 @@ static int catc_stop(struct net_device *
> > return 0;
> > }
> >
> >+static const struct net_device_ops catc_netdev_ops = {
> >+ .ndo_open = catc_open,
> >+ .ndo_stop = catc_stop,
> >+ .ndo_start_xmit = catc_start_xmit,
> ^^^^^^^^^^^^^^^
> Shouldn't be here catc_hard_start_xmit() instead? Cannot find catc_start_xmit()
> anywhere in the code...
It gets renamed to catc_start_xmit() in the previous patch in this
series, #21.
--
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