浏览代码

dpaa_eth: remove obsolete comment

Comment is no longer valid for a long time now.

Signed-off-by: Madalin Bucur <madalin.bucur@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Madalin Bucur 7 年之前
父节点
当前提交
f1851a69b1
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      drivers/net/ethernet/freescale/dpaa/dpaa_eth.c

+ 0 - 4
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c

@@ -2449,10 +2449,6 @@ static int dpaa_phy_init(struct net_device *net_dev)
 
 	/* Remove any features not supported by the controller */
 	phy_dev->supported &= mac_dev->if_support;
-
-	/* Enable the symmetric and asymmetric PAUSE frame advertisements,
-	 * as most of the PHY drivers do not enable them by default.
-	 */
 	phy_dev->supported |= (SUPPORTED_Pause | SUPPORTED_Asym_Pause);
 	phy_dev->advertising = phy_dev->supported;