commit | 3021efb440d02bf5b952b6d151c7ffee9bdd49fe | [log] [tgz] |
---|---|---|
author | Jake Moroni <mail@jakemoroni.com> | Sun Feb 18 15:26:04 2018 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 19 14:06:20 2018 -0500 |
tree | 35e4f8cd26f0923fa6b334acd63974dffb22abc1 | |
parent | 607ea03221ff84943e840d3707dbeb0b4b88959f [diff] |
dpaa_eth: fix pause capability advertisement logic The ADVERTISED_Asym_Pause bit was being improperly set when both rx and tx pause were enabled. When rx and tx are both enabled, only the ADVERTISED_Pause bit is supposed to be set. Signed-off-by: Jake Moroni <mail@jakemoroni.com> Acked-by: Madalin Bucur <madalin.bucur@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>