]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/net/bonding/bond_main.c
[NET]: ethtool ops are the only way
authorMatthew Wilcox <matthew@wil.cx>
Tue, 31 Jul 2007 21:00:02 +0000 (14:00 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 31 Jul 2007 21:00:02 +0000 (14:00 -0700)
commit61a44b9c4b20d40c41fd1b70a4ceb13b75ea79a4
tree26c97ff8b3b5e3827ba927bf5738baa092146d85
parentf1543f8b8316f49b318ac6cd8c78a7fd18509311
[NET]: ethtool ops are the only way

During the transition to the ethtool_ops way of doing things, we supported
calling the device's ->do_ioctl method to allow unconverted drivers to
continue working.  Those days are long behind us, all in-tree drivers
use the ethtool_ops way, and so we no longer need to support this.

The bonding driver is the biggest beneficiary of this; it no longer
needs to call ioctl() as a fallback if ethtool_ops aren't supported.

Also put a proper copyright statement on ethtool.c.

Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_main.c
net/8021q/vlan_dev.c
net/bridge/br_if.c
net/core/ethtool.c