commit | 04b7d41d8046ded18fa32d9c7cb524ba28947188 | [log] [tgz] |
---|---|---|
author | Andrew Lunn <andrew@lunn.ch> | Wed Sep 12 01:53:13 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 12 20:24:21 2018 -0700 |
tree | d00acb6dc7c6274bd139072880d38a9e1cdb8a88 | |
parent | 00eb2243b933a496958f4ce1bcf59840fea8be16 [diff] |
net: ethernet: Fix up drivers masking pause support PHY drivers don't indicate they support pause. They expect MAC drivers to enable its support if the MAC has the needed hardware. Thus MAC drivers should not mask Pause support, but enable it. Change a few ANDs to ORs. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>