Skip to content
Commit 32102f43 authored by Voon Weifeng's avatar Voon Weifeng Committed by Greg Kroah-Hartman
Browse files

net: stmmac: removed enabling eee in EEE set callback



[ Upstream commit 7241c5a6 ]

EEE should be only be enabled during stmmac_mac_link_up() when the
link are up and being set up properly. set_eee should only do settings
configuration and disabling the eee.

Without this fix, turning on EEE using ethtool will return
"Operation not supported". This is due to the driver is in a dead loop
waiting for eee to be advertised in the for eee to be activated but the
driver will only configure the EEE advertisement after the eee is
activated.

Ethtool should only return "Operation not supported" if there is no EEE
capbility in the MAC controller.

Fixes: 8a7493e5 ("net: stmmac: Fix a race in EEE enable callback")
Signed-off-by: default avatarVoon Weifeng <weifeng.voon@intel.com>
Acked-by: default avatarMark Gross <mgross@linux.intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 2bb37910
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment