> The problem here is that FW interface only allows us to switch this mode on or > off. We can't control the interval value for this device. > Thus, we only can enable it, or disable. Basically ignoring the interval > value.
Hi Igor 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. Andrew