diff options
author | Sean Anderson <sean.anderson@seco.com> | 2022-09-21 00:12:30 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-09-23 12:55:35 +0200 |
commit | 3e6eab8f3ef93cd78cd4b67f497ef6035eb073ad (patch) | |
tree | 0718280ec13c9d0df85dc105ab3a8d9b954af435 /net/ethtool/ioctl.c | |
parent | net: phylink: Export phylink_caps_to_linkmodes (diff) | |
download | linux-3e6eab8f3ef93cd78cd4b67f497ef6035eb073ad.tar.xz linux-3e6eab8f3ef93cd78cd4b67f497ef6035eb073ad.zip |
net: phylink: Generate caps and convert to linkmodes separately
If we call phylink_caps_to_linkmodes directly from
phylink_get_linkmodes, it is difficult to re-use this functionality in
MAC drivers. This is because MAC drivers must then work with an ethtool
linkmode bitmap, instead of with mac capabilities. Instead, let the
caller of phylink_get_linkmodes do the conversion. To reflect this
change, rename the function to phylink_get_capabilities.
Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ethtool/ioctl.c')
0 files changed, 0 insertions, 0 deletions