commit | c35ca399e09828f3f6b40c0007a95a6582d90347 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@osdl.org> | Fri Jan 20 21:13:17 2006 -0800 |
committer | Jeff Garzik <jgarzik@pobox.com> | Thu Jan 26 22:10:39 2006 -0500 |
tree | 4606c4f3680be2e699562750bcd74896445a4883 | |
parent | 6f9d47220eb2d1b17a0a3ecaf1b564ff95b8393d [diff] |
[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>