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)
commit3cad1c8b49e93c62f27f4eb34e0ccfde92f4cdc0
tree6849fd51bc762feaf9314c252c583afb251386a6
parentd9b8b9845fab2f034ca981aa06b69d6a291f46a7
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