linux_dsm_epyc7002/drivers/net/ethernet/atheros/atlx
Philippe Reynes a788859649 net: atheros: atl2: 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>
2016-11-14 13:37:43 -05:00
..
atl1.c net: atheros: atl1: use new api ethtool_{get|set}_link_ksettings 2016-11-14 13:37:42 -05:00
atl1.h atl1: update statistics code 2014-01-14 17:18:06 -08:00
atl2.c net: atheros: atl2: use new api ethtool_{get|set}_link_ksettings 2016-11-14 13:37:43 -05:00
atl2.h ethernet/atheros: use core min/max MTU checking 2016-10-18 11:34:18 -04:00
atlx.c net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* 2013-04-19 14:45:26 -04:00
atlx.h atlx: Use ETH_ALEN 2012-03-19 16:53:08 -04:00
Makefile