Re: [PATCH net] net: phy: broadcom: Only advertise EEE for supported modes

2021-03-30 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 30 Mar 2021 15:00:24 -0700 you wrote: > We should not be advertising EEE for modes that we do not support, > correct that oversight by looking at the PHY device supported linkmodes. > > Fixes: 99cec8a4dda2 ("net: phy: b

[PATCH net] net: phy: broadcom: Only advertise EEE for supported modes

2021-03-30 Thread Florian Fainelli
We should not be advertising EEE for modes that we do not support, correct that oversight by looking at the PHY device supported linkmodes. Fixes: 99cec8a4dda2 ("net: phy: broadcom: Allow enabling or disabling of EEE") Signed-off-by: Florian Fainelli --- drivers/net/phy/bcm-phy-lib.c | 13 ++