projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c69fde7
)
dpaa_eth: remove obsolete comment
author
Madalin Bucur
<
[email protected]
>
Mon, 16 Oct 2017 18:36:10 +0000
(21:36 +0300)
committer
David S. Miller
<
[email protected]
>
Wed, 18 Oct 2017 12:44:47 +0000
(13:44 +0100)
Comment is no longer valid for a long time now.
Signed-off-by: Madalin Bucur <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
b/drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
index c6b97a1b6e43c5bd395ebabe3c981cffaec600ad..a8d0be824149603f5ca2a608ba84778ac9ac7b24 100644
(file)
--- a/
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
+++ b/
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;