linux-stable/drivers/net/atlx
David Decotigny 7073949720 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API
This updates the network drivers so that they don't access the
ethtool_cmd::speed field directly, but use ethtool_cmd_speed()
instead.

For most of the drivers, these changes are purely cosmetic and don't
fix any problem, such as for those 1GbE/10GbE drivers that indirectly
call their own ethtool get_settings()/mii_ethtool_gset(). The changes
are meant to enforce code consistency and provide robustness with
future larger throughputs, at the expense of a few CPU cycles for each
ethtool operation.

All drivers compiled with make allyesconfig ion x86_64 have been
updated.

Tested: make allyesconfig on x86_64 + e1000e/bnx2x work
Signed-off-by: David Decotigny <decot@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-04-29 14:03:01 -07:00
..
atl1.c ethtool: cosmetic: Use ethtool ethtool_cmd_speed API 2011-04-29 14:03:01 -07:00
atl1.h atlx: make local functions/data static 2010-10-24 14:55:49 -07:00
atl2.c ethtool: cosmetic: Use ethtool ethtool_cmd_speed API 2011-04-29 14:03:01 -07:00
atl2.h tree-wide: Assorted spelling fixes 2010-02-09 11:13:56 +01:00
atlx.c atlx: make local functions/data static 2010-10-24 14:55:49 -07:00
atlx.h atlx: move modinfo data from atlx.h to atl1.c 2009-05-26 20:50:12 -07:00
Makefile atl2: add atl2 driver 2008-09-18 11:34:52 -04:00