Re: [ANNOUNCE] netplug, a daemon that handles network cables getting plugged in and out

From: Stefan Rompf
Date: Wed Sep 03 2003 - 03:45:17 EST


Hi,

> That would be very nice, but there is still a problem.
> Does netlink solve the fact that there are cards (at least in 2.4)
> that do not support any detection method:

even in 2.6 not all cards support link state via netlink, it requires some
updates to the driver. Maintainers should take this as a hint to add
netif_carrier_on()/_off() or mii_check_link()/mii_check_media()-calls ;-).

This does not hurt for 2.4 as these functions are already available there, but
do not create notifications in the stock kernel.

Stefan
--
"doesn't work" is not a magic word to explain everything.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/