Searched hist:"600 ac36b5327c949f6754be106e2a08e5d81e3a0" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/phy/ |
H A D | dp83822.c | diff 600ac36b5327c949f6754be106e2a08e5d81e3a0 Tue Apr 28 11:03:53 CDT 2020 Dan Murphy <dmurphy@ti.com> net: phy: DP83822: 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: 3b427751a9d0 ("net: phy: DP83822 initial driver submission") Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|