mbox series

[net,0/2] WoL fixes for DP83822 and DP83tc811

Message ID 20200423163947.18313-1-dmurphy@ti.com
Headers show
Series WoL fixes for DP83822 and DP83tc811 | expand

Message

Dan Murphy April 23, 2020, 4:39 p.m. UTC
Hello

The WoL feature for each device was enabled during boot or when the PHY was
brought up which may be undesired.  These patches disable the WoL in the
config_init.  The disabling and enabling of the WoL is now done though the
set_wol call.

Dan

Dan Murphy (2):
  net: phy: DP83822: Fix WoL in config init to be disabled
  net: phy: DP83TC811: Fix WoL in config init to be disabled

 drivers/net/phy/dp83822.c   | 30 ++++++++++++++++--------------
 drivers/net/phy/dp83tc811.c | 13 +++++++------
 2 files changed, 23 insertions(+), 20 deletions(-)