commit | c678726305b9425454be7c8a7624290b602602fc | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Tue May 28 10:27:21 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed May 29 14:20:24 2019 -0700 |
tree | 233cbdd32aa3d0a58ed1fd0586164a172c962d3d | |
parent | 315ca92dd863fecbffc0bb52ae0ac11e0398726a [diff] |
net: phylink: ensure consistent phy interface mode Ensure that we supply the same phy interface mode to mac_link_down() as we did for the corresponding mac_link_up() call. This ensures that MAC drivers that use the phy interface mode in these methods can depend on mac_link_down() always corresponding to a mac_link_up() call for the same interface mode. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>