linux/drivers/net/ethernet/pasemi
Philippe Reynes 80721e7fa6 net: ethernet: pasemi_mac: use phydev from struct net_device
The private structure contain a pointer to phydev, but the structure
net_device already contain such pointer. So we can remove the pointer
phy 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>
2016-07-15 16:41:34 -07:00
..
Kconfig pasemi_mac: Replace LRO with GRO 2016-02-17 16:15:45 -05:00
Makefile pasemi_mac: Fix building as module 2011-12-06 00:48:59 -05:00
pasemi_mac_ethtool.c net: ethernet: pasemi_mac: use phydev from struct net_device 2016-07-15 16:41:34 -07:00
pasemi_mac.c net: ethernet: pasemi_mac: use phydev from struct net_device 2016-07-15 16:41:34 -07:00
pasemi_mac.h net: ethernet: pasemi_mac: use phydev from struct net_device 2016-07-15 16:41:34 -07:00