Will wrote: > > Is there a (reasonable) way to programmatically get the speed of an ethernet > interface? So far all I've been able to do is look at net_device.if_port from the > kernel and try to deduce the speed (10 vs 100Mbit) from the tranciever setting. This > works fine with 3c59x, but not with eepro100, and I suspect it doesn't work with > lots of other drivers as well. > > Any advice? I'm afraid someone is going to suggest looking at net_device.priv on a > driver-by-driver basis. Unfortunately we have no uniform way of doing this. You've discovered the non-uniform way. Our physical layer management is not good in this regard. - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org