Hi Andrew, > Since this is your own PHY, not some magical black box, i assume you > actually know what value it is using? It probably even lists it in the > data sheet. > > So just hard code that value in the driver. That has got to be better > than saying the incorrect value of 1ms.
You mean always return that value in get_, and ignore what we get in set_ ? That could be done, will investigate. Thanks for the review, Igor