commit | 6c599044b0c1c6668c5132ec86e11f3d06816ab8 | [log] [tgz] |
---|---|---|
author | Dan Murphy <dmurphy@ti.com> | Tue Apr 28 11:03:54 2020 -0500 |
committer | David S. Miller <davem@davemloft.net> | Fri May 01 15:23:44 2020 -0700 |
tree | 44c94ceb3b2ca88d914f2df8e3a99ac67ce8084f | |
parent | 600ac36b5327c949f6754be106e2a08e5d81e3a0 [diff] |
net: phy: DP83TC811: Fix WoL in config init to be disabled The WoL feature should be disabled when config_init is called and the feature should turned on or off when set_wol is called. In addition updated the calls to modify the registers to use the set_bit and clear_bit function calls. Fixes: 6d749428788b ("net: phy: DP83TC811: Introduce support for the DP83TC811 phy") Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>