usbnet: Set link down initially for drivers that update link state
authorBen Hutchings <ben@decadent.org.uk>
Wed, 4 Nov 2009 15:29:52 +0000 (15:29 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Nov 2009 04:54:40 +0000 (20:54 -0800)
Some usbnet drivers update link state while others do not due to
hardware limitations.  Add a flag to distinguish those that do, and
set the link down initially for their devices.

This is intended to fix this bug: http://bugs.debian.org/444043

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found