On Wed, 2012-05-16 at 16:01 +0800, jgq516@xxxxxxxxx wrote: > From: Xiao Jiang <jgq516@xxxxxxxxx> > > commit c26134 introduced FLAG_POINTTOPOINT flag for USB ethernet devices > which possibly use "usb%d" names, add this flag to make sure pandaboard > can mount nfs with smsc95xx NIC. These are normal Ethernet interfaces, whereas FLAG_POINTTOPOINT is for devices that use non-standard short physical links. Ben. > Signed-off-by: Xiao Jiang <jgq516@xxxxxxxxx> > --- > drivers/net/usb/smsc95xx.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/drivers/net/usb/smsc95xx.c b/drivers/net/usb/smsc95xx.c > index 94ae669..e158288 100644 > --- a/drivers/net/usb/smsc95xx.c > +++ b/drivers/net/usb/smsc95xx.c > @@ -1192,7 +1192,8 @@ static const struct driver_info smsc95xx_info = { > .rx_fixup = smsc95xx_rx_fixup, > .tx_fixup = smsc95xx_tx_fixup, > .status = smsc95xx_status, > - .flags = FLAG_ETHER | FLAG_SEND_ZLP | FLAG_LINK_INTR, > + .flags = FLAG_ETHER | FLAG_POINTTOPOINT | FLAG_SEND_ZLP | > + FLAG_LINK_INTR, > }; > > static const struct usb_device_id products[] = { -- Ben Hutchings The two most common things in the universe are hydrogen and stupidity.
Attachment:
signature.asc
Description: This is a digitally signed message part