Commit 42354e3c authored by Kory Maincent's avatar Kory Maincent Committed by David S. Miller

netlink: specs: Fix pse-set command attributes

Not all PSE attributes are used for the pse-set netlink command.
Select only the ones used by ethtool.

Fixes: f8586411 ("netlink: specs: Expand the pse netlink command with PoE interface")
Signed-off-by: default avatarKory Maincent <kory.maincent@bootlin.com>
Reviewed-by: default avatarDonald Hunter <donald.hunter@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 49bbeb57
...@@ -1603,7 +1603,7 @@ operations: ...@@ -1603,7 +1603,7 @@ operations:
attributes: attributes:
- header - header
reply: reply:
attributes: &pse attributes:
- header - header
- podl-pse-admin-state - podl-pse-admin-state
- podl-pse-admin-control - podl-pse-admin-control
...@@ -1620,7 +1620,10 @@ operations: ...@@ -1620,7 +1620,10 @@ operations:
do: do:
request: request:
attributes: *pse attributes:
- header
- podl-pse-admin-control
- c33-pse-admin-control
- -
name: rss-get name: rss-get
doc: Get RSS params. doc: Get RSS params.
......
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