aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_private.h
diff options
context:
space:
mode:
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>2021-10-28 15:55:34 +0100
committerDavid S. Miller <davem@davemloft.net>2021-10-29 13:29:30 +0100
commitfd8d9731bcdfb22d28e45bce789bcb211c868c78 (patch)
tree193d96fdf4cc20c07b2db5ff90be5db28bf490a9 /net/bridge/br_private.h
parentMerge branch 'nfp-fixes' (diff)
downloadlinux-dev-fd8d9731bcdfb22d28e45bce789bcb211c868c78.tar.xz
linux-dev-fd8d9731bcdfb22d28e45bce789bcb211c868c78.zip
net: phylink: avoid mvneta warning when setting pause parameters
mvneta does not support asymetric pause modes, and it flags this by the lack of AsymPause in the supported field. When setting pause modes, we check that pause->rx_pause == pause->tx_pause, but only when pause autoneg is enabled. When pause autoneg is disabled, we still allow pause->rx_pause != pause->tx_pause, which is incorrect when the MAC does not support asymetric pause, and causes mvneta to issue a warning. Fix this by removing the test for pause->autoneg, so we always check that pause->rx_pause == pause->tx_pause for network devices that do not support AsymPause. Fixes: 9525ae83959b ("phylink: add phylink infrastructure") Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions