commit | 37e8273cd30592d3a82bcb70cbb1bdc4eaeb6b71 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <ben@decadent.org.uk> | Wed Nov 04 15:29:52 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 10 20:54:40 2009 -0800 |
tree | 079b4bc5a6450e06b6310c083fcb4ab5ee543452 | |
parent | 8cbd9623da7e7a99c6bd0f0b7d21d17c233c6abb [diff] |
usbnet: Set link down initially for drivers that update link state 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>