Re: [EXT] Re: [PATCH net-next 3/3] net: atlantic: implement media detect feature via phy tunables
From: Igor Russkikh <hidden>
Date: 2020-10-01 10:18:18
From: Igor Russkikh <hidden>
Date: 2020-10-01 10:18:18
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