]> git.baikalelectronics.ru Git - kernel.git/commit
phy: phy_ethtool_ksettings_set: Move after phy_start_aneg
authorAndrew Lunn <andrew@lunn.ch>
Sun, 24 Oct 2021 19:48:03 +0000 (21:48 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Oct 2021 13:06:43 +0000 (14:06 +0100)
commit1971195ea9687db5c748c64d5f8e55f657fc5f8a
treed4c22ca23a953dfb295e5d5e46b80626b56285bf
parent19a30a78bd819278e4be653a0bef0e548a884080
phy: phy_ethtool_ksettings_set: Move after phy_start_aneg

This allows it to make use of a helper which assume the PHY is already
locked.

Fixes: b8d3899eefb1 ("phy: add generic function to support ksetting support")
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/phy.c