aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/dnet.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-06-28net: ethernet: dnet: use phydev from struct net_devicePhilippe Reynes1-1/+0
The private structure contain a pointer to phydev, but the structure net_device already contain such pointer. So we can remove the pointer phydev in the private structure, and update the driver to use the one contained in struct net_device. Signed-off-by: Philippe Reynes <tremyfr@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-12dnet: Move the Dave Ethernet driverJeff Kirsher1-0/+225
Move the Dave Ethernet driver into drivers/net/ethernet/ and make the necessary Kconfig and Makefile changes. CC: Ilya Yanok <yanok@emcraft.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>