On 12.04.2012 22:59, Troy Kisky wrote: > On 4/12/2012 2:33 AM, Timo Ketola wrote: >> Signed-off-by: Timo Ketola<timo at exertus.fi> >> + if (speed == _100BASET) > This will break gigabit speed. How about > > if (speed != _10BASET) Looks fine to me. I'll put it that way in v2. -- Timo