netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Oliver Neukum <oneukum@suse.de>
To: "Bjørn Mork" <bjorn@mork.no>
Cc: davem@davemloft.net, netdev@vger.kernel.org
Subject: Re: [PATCH] cdc-ether: clean packet filter upon probe
Date: Fri, 15 Aug 2014 08:12:01 +0200	[thread overview]
Message-ID: <1408083121.17565.4.camel@linux-fkkt.site> (raw)
In-Reply-To: <87a977z5pn.fsf@nemi.mork.no>

On Thu, 2014-08-14 at 13:11 +0200, Bjørn Mork wrote:
> Oliver Neukum <oneukum@suse.de> writes:
> 
> > There are devices that don't do reset all the way. So the packet filter should
> > be set to a sane initial value. Failure to do so leads to intermittent failures
> > of DHCP on some systems under some conditions.
> >
> > Signed-off-by: Oliver Neukum <oneukum@suse.de>
> > ---
> >  drivers/net/usb/cdc_ether.c | 16 ++++++++++++++++
> >  1 file changed, 16 insertions(+)
> >
> > diff --git a/drivers/net/usb/cdc_ether.c b/drivers/net/usb/cdc_ether.c
> > index 9ea4bfe..2a32d91 100644
> > --- a/drivers/net/usb/cdc_ether.c
> > +++ b/drivers/net/usb/cdc_ether.c
> > @@ -341,6 +341,22 @@ next_desc:
> >  		usb_driver_release_interface(driver, info->data);
> >  		return -ENODEV;
> >  	}
> > +
> > +	/* Some devices don't initialise properly. In particular
> > +	 * the packet filter is not reset. There are devices that
> > +	 * don't do reset all the way. So the packet filter should
> > +	 * be set to a sane initial value.
> > +	 */
> > +	usb_control_msg(dev->udev,
> > +			usb_sndctrlpipe(dev->udev, 0),
> > +			USB_CDC_SET_ETHERNET_PACKET_FILTER,
> > +			USB_TYPE_CLASS | USB_RECIP_INTERFACE,
> > +			USB_CDC_PACKET_TYPE_ALL_MULTICAST | USB_CDC_PACKET_TYPE_DIRECTED | USB_CDC_PACKET_TYPE_BROADCAST,
> > +			intf->cur_altsetting->desc.bInterfaceNumber,
> > +			NULL,
> > +			0,
> > +			USB_CTRL_SET_TIMEOUT
> > +		);
> >  	return 0;
> >  
> >  bad_desc:
> 
> Hmm, the usbnet_generic_cdc_bind() function is used by the vendor
> specific zaurus and rndis_host drivers as well.  Are we sure the
> USB_CDC_SET_ETHERNET_PACKET_FILTER message is supported by all devices
> supported by these drivers?

Support for this request is mandatory.

	Regards
		Oliver

  reply	other threads:[~2014-08-15  6:12 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-28  8:56 [PATCH] cdc-ether: clean packet filter upon probe Oliver Neukum
2014-07-29 19:22 ` David Miller
2014-08-14 11:11 ` Bjørn Mork
2014-08-15  6:12   ` Oliver Neukum [this message]
2014-08-15  7:13     ` Bjørn Mork
2014-08-25  8:07       ` Oliver Neukum
2014-08-25  8:39         ` Bjørn Mork
2014-08-25 12:13           ` Oliver Neukum
  -- strict thread matches above, loose matches on Subject: below --
2014-07-24 11:56 Oliver Neukum
2014-07-28  5:30 ` David Miller
2014-07-28  9:22   ` Oliver Neukum

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1408083121.17565.4.camel@linux-fkkt.site \
    --to=oneukum@suse.de \
    --cc=bjorn@mork.no \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).