commit | 1650bdb1c516c248fb06f6d076559ff6437a5853 | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <vladimir.oltean@nxp.com> | Tue Jun 08 14:15:35 2021 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 08 16:34:23 2021 -0700 |
tree | 5cd2799eb616f146efad772512a60f9dc42f602d | |
parent | 49bfcbfd989a8f1f23e705759a6bb099de2cff9f [diff] |
net: dsa: felix: re-enable TX flow control in ocelot_port_flush() Because flow control is set up statically in ocelot_init_port(), and not in phylink_mac_link_up(), what happens is that after the blamed commit, the flow control remains disabled after the port flushing procedure. Fixes: eb4733d7cffc ("net: dsa: felix: implement port flushing on .phylink_mac_link_down") Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>