linux_dsm_epyc7002/drivers/net/ethernet/atheros/atl1e
Philippe Reynes 63fb571ee5 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>
2016-11-13 13:53:01 -05:00
..
atl1e_ethtool.c net: atheros: atl1e: use new api ethtool_{get|set}_link_ksettings 2016-11-13 13:53:01 -05:00
atl1e_hw.c atl1e: remove unnecessary break after return 2014-07-20 21:30:19 -07:00
atl1e_hw.h trivial: net: atl1e: atl1e_hw.h: fix 0x0x prefix 2015-04-29 14:56:39 -04:00
atl1e_main.c ethernet/atheros: use core min/max MTU checking 2016-10-18 11:34:18 -04:00
atl1e_param.c net/atheros: remove __dev* attributes 2012-12-03 11:16:54 -08:00
atl1e.h atle1: remove LLTX support and TX_UNLOCKED 2016-04-26 15:53:04 -04:00
Makefile