[PATCH net-next] dpaa_eth: fix pause capability advertisement logic

2018-02-18 Thread Jake Moroni
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 --- drivers/net/ethernet/freescale/dpaa/dpaa_ethtool.c | 2 +- 1 file changed, 1

[PATCH net-next] dpaa_eth: fix incorrect comment

2018-02-12 Thread Jake Moroni
The comment stated that a thread was started, but that is not the case. Signed-off-by: Jake Moroni --- drivers/net/ethernet/freescale/dpaa/dpaa_eth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/freescale/dpaa/dpaa_eth.c b/drivers/net/ethernet