summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/dnet.h
Commit message (Collapse)AuthorAgeFilesLines
* net: ethernet: dnet: use phydev from struct net_devicePhilippe Reynes2016-06-281-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>
* dnet: Move the Dave Ethernet driverJeff Kirsher2011-08-121-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>
OpenPOWER on IntegriCloud