Commit c3f0e84d authored by Vladimir Oltean's avatar Vladimir Oltean Committed by David S. Miller

docs: net: dsa: rename tag_protocol to get_tag_protocol

Since the blamed commit, the enum was turned into a function pointer and
also renamed. Update the documentation.

Fixes: 7b314362 ("net: dsa: Allow the DSA driver to indicate the tag protocol")
Signed-off-by: default avatarVladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 54367831
...@@ -593,8 +593,8 @@ driver may free the data structures associated with the ``dsa_switch``. ...@@ -593,8 +593,8 @@ driver may free the data structures associated with the ``dsa_switch``.
Switch configuration Switch configuration
-------------------- --------------------
- ``tag_protocol``: this is to indicate what kind of tagging protocol is supported, - ``get_tag_protocol``: this is to indicate what kind of tagging protocol is
should be a valid value from the ``dsa_tag_protocol`` enum supported, should be a valid value from the ``dsa_tag_protocol`` enum
- ``setup``: setup function for the switch, this function is responsible for setting - ``setup``: setup function for the switch, this function is responsible for setting
up the ``dsa_switch_ops`` private structure with all it needs: register maps, up the ``dsa_switch_ops`` private structure with all it needs: register maps,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment