]> git.baikalelectronics.ru Git - kernel.git/commit
net: dsa/b53: change b53_force_port_config() pause argument
authorRussell King <rmk+kernel@armlinux.org.uk>
Tue, 30 Jun 2020 10:25:00 +0000 (11:25 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 30 Jun 2020 20:03:26 +0000 (13:03 -0700)
commitc01c8cbef3b900ad4edbd69b7470d3f8615310ea
tree6849fd51bc762feaf9314c252c583afb251386a6
parent3132e3bfd2f089638ae62a7acc3c9714ceb643a1
net: dsa/b53: change b53_force_port_config() pause argument

Replace the b53_force_port_config() pause argument, which is based on
phylink's MLO_PAUSE_* definitions, to use a pair of booleans.  This
will allow us to move b53_force_port_config() from
b53_phylink_mac_config() to b53_phylink_mac_link_up().

Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/b53/b53_common.c