diff options
author | Maxime Chevallier <[email protected]> | 2024-08-21 17:10:00 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2024-08-23 13:04:34 +0100 |
commit | 9af0e89d6c2433afd3e5e7cc52c7592ef23526c0 (patch) | |
tree | 7573a242a312f345afa2da742014e4f6cb02358c | |
parent | c15e065b46dc4e19837275b826c1960d55564abd (diff) |
netlink: specs: add phy-index as a header parameter
Update the spec to take the newly introduced phy-index as a generic
request parameter.
Signed-off-by: Maxime Chevallier <[email protected]>
Reviewed-by: Andrew Lunn <[email protected]>
Reviewed-by: Christophe Leroy <[email protected]>
Tested-by: Christophe Leroy <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
-rw-r--r-- | Documentation/netlink/specs/ethtool.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/netlink/specs/ethtool.yaml b/Documentation/netlink/specs/ethtool.yaml index 1bbeaba5c644..7d6c3ace3fa2 100644 --- a/Documentation/netlink/specs/ethtool.yaml +++ b/Documentation/netlink/specs/ethtool.yaml @@ -54,6 +54,9 @@ attribute-sets: name: flags type: u32 enum: header-flags + - + name: phy-index + type: u32 - name: bitset-bit |