commit | 63fb571ee50320191a3cc2c4634c9c9f918a2c44 | [log] [tgz] |
---|---|---|
author | Philippe Reynes <tremyfr@gmail.com> | Sat Nov 12 23:16:51 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sun Nov 13 13:53:01 2016 -0500 |
tree | 2272593c07347d74dcd552fa98f6da7628c0f1e0 | |
parent | b993eec0e1ec4ad1c9d04362afd4fd83261052c9 [diff] |
net: atheros: atl1e: use new api ethtool_{get|set}_link_ksettings The ethtool api {get|set}_settings is deprecated. We move this driver to new api {get|set}_link_ksettings. The previous implementation of set_settings was modifying the value of advertising, but with the new API, it's not possible. The structure ethtool_link_ksettings is defined as const. Signed-off-by: Philippe Reynes <tremyfr@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>