commit | 6d62b4d5fac620ee0ca65dc6d99b0306d96bc541 | [log] [tgz] |
---|---|---|
author | Philippe Reynes <[email protected]> | Fri Apr 15 00:34:59 2016 +0200 |
committer | David S. Miller <[email protected]> | Mon Apr 18 14:45:08 2016 -0400 |
tree | 3cd05429d28f63fbe2ddfa3860cf39be5485d0cb | |
parent | 2a2bbf170054e2525f11e08bb36d4027d76b7bff [diff] |
net: ethtool: export conversion function between u32 and link mode The function convert_legacy_u32_to_link_mode and convert_link_mode_to_legacy_u32 may be used outside of ethtool.c. We rename them to ethtool_convert_... and export them, so we could use them in others drivers and modules. Signed-off-by: Philippe Reynes <[email protected]> Signed-off-by: David S. Miller <[email protected]>