Message ID | 20241112072447.3238892-1-yong.liang.choong@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | Fix ethtool --show-eee for stmmac | expand |
On Tue, Nov 12, 2024 at 03:24:45PM +0800, Choong Yong Liang wrote: > This fix ensures that 'ethtool --show-eee' displays the correct > status for stmmac. What do you think is wrong? It seems stmmac is manipulating eee_enabled depending on something. This is wrong. eee_enabled is a _user_ _configuration_ bit, not a status bit. If the user sets eee_enabled to a particular state, then the user expects it to stay that way and not be manipulated by the driver.