skge: don't mark carrier down at start
authorStephen Hemminger <shemminger@linux-foundation.org>
Wed, 23 Feb 2011 14:52:43 +0000 (14:52 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Feb 2011 06:17:02 +0000 (22:17 -0800)
The API for network devices has changed so that setting carrier off at
probe is no longer required.  This should fix the IPv6 addrconf issue.

Addresses https://bugzilla.kernel.org/show_bug.cgi?id=29612

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Reported-by: George Billios <gbillios@gmail.com>
Cc: David Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found