[PATCH] b44: fix laptop carrier detect
authorStephen Hemminger <shemminger@osdl.org>
Sat, 21 Jan 2006 05:13:17 +0000 (21:13 -0800)
committerJeff Garzik <jgarzik@pobox.com>
Fri, 27 Jan 2006 03:10:39 +0000 (22:10 -0500)
commitc35ca399e09828f3f6b40c0007a95a6582d90347
tree4606c4f3680be2e699562750bcd74896445a4883
parent6f9d47220eb2d1b17a0a3ecaf1b564ff95b8393d
[PATCH] b44: fix laptop carrier detect

On my laptop, the b44 device is created and the carrier state defaults
to ON when created by alloc_etherdev. This means tools like NetworkManager
see the carrier as On and try and bring the device up.  The correct thing
to do is mark the carrier as Off when device is created.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/net/b44.c
This page took 0.024626 seconds and 5 git commands to generate.