aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2016-05-25 00:26:39 -0400
committerDavid S. Miller <davem@davemloft.net>2016-05-25 15:45:40 -0400
commit75c0bbd0e23a295faf80aa68bf5ab2b5fac709b2 (patch)
treeee498c9b8eb8a8feb4f87056cd2d5804642abccf /Documentation/networking
parentc0795bf64cba4d1b796fdc5b74b33772841ed1bb (diff)
Documentation: networking: dsa: Remove poll_link description
This function has been removed in 4baee937b8d5 ("net: dsa: remove DSA link polling") in favor of using the PHYLIB polling mechanism. Reviewed-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r--Documentation/networking/dsa/dsa.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/networking/dsa/dsa.txt b/Documentation/networking/dsa/dsa.txt
index 631b0f7ae16f..8303eb8ced79 100644
--- a/Documentation/networking/dsa/dsa.txt
+++ b/Documentation/networking/dsa/dsa.txt
@@ -416,11 +416,6 @@ PHY devices and link management
416 to the switch port MDIO registers. If unavailable return a negative error 416 to the switch port MDIO registers. If unavailable return a negative error
417 code. 417 code.
418 418
419- poll_link: Function invoked by DSA to query the link state of the switch
420 builtin Ethernet PHYs, per port. This function is responsible for calling
421 netif_carrier_{on,off} when appropriate, and can be used to poll all ports in a
422 single call. Executes from workqueue context.
423
424- adjust_link: Function invoked by the PHY library when a slave network device 419- adjust_link: Function invoked by the PHY library when a slave network device
425 is attached to a PHY device. This function is responsible for appropriately 420 is attached to a PHY device. This function is responsible for appropriately
426 configuring the switch port link parameters: speed, duplex, pause based on 421 configuring the switch port link parameters: speed, duplex, pause based on