Skip to content

Commit

Permalink
Documentation: networking: dsa: Remove poll_link description
Browse files Browse the repository at this point in the history
This function has been removed in 4baee93 ("net: dsa: remove DSA
link polling") in favor of using the PHYLIB polling mechanism.

Reviewed-by: Vivien Didelot <[email protected]>
Signed-off-by: Florian Fainelli <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
ffainelli authored and davem330 committed May 25, 2016
1 parent c0795bf commit 75c0bbd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Documentation/networking/dsa/dsa.txt
Original file line number Diff line number Diff line change
Expand Up @@ -416,11 +416,6 @@ PHY devices and link management
to the switch port MDIO registers. If unavailable return a negative error
code.

- poll_link: Function invoked by DSA to query the link state of the switch
builtin Ethernet PHYs, per port. This function is responsible for calling
netif_carrier_{on,off} when appropriate, and can be used to poll all ports in a
single call. Executes from workqueue context.

- adjust_link: Function invoked by the PHY library when a slave network device
is attached to a PHY device. This function is responsible for appropriately
configuring the switch port link parameters: speed, duplex, pause based on
Expand Down

0 comments on commit 75c0bbd

Please sign in to comment.