summaryrefslogtreecommitdiff
path: root/drivers/net/arm/ether3.h
AgeCommit message (Collapse)Author
2011-08-12seeq: Move the SEEQ driversJeff Kirsher
Move the drivers that use SEEQ chipset into drivers/net/ethernet/seeq and make the necessary Kconfig and Makefile changes. CC: Russell King <linux@arm.linux.org.uk> CC: Hamish Coleman <hamish@zot.apana.org.au> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2010-08-19ether3: Use net_device_stats from struct net_deviceTobias Klauser
struct net_device has its own struct net_device_stats member, so use this one instead of a private copy in the ether1_priv struct. As the new ndo_get_stats function would just return dev->stats we can omit it. This patch also removes an incorrect memset of the stats on open. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
2005-03-02[ARM] Add card type specific data structure.Russell King
Signed-off-by: Russell King <rmk@arm.linux.org.uk>
2005-03-02[ARM] Net: Convert ether1 and ether3 to use iomem accesses.Russell King
Signed-off-by: Russell King <rmk@arm.linux.org.uk>
2005-03-02[ARM] Net: add macro to access driver specific netdev data.Russell King
Signed-off-by: Russell King <rmk@arm.linux.org.uk>
2003-05-17[ARM] Relocate ARM SCSI and Net driversRussell King
Move Acorn and ARM SCSI and net drivers to drivers/{net,scsi}/arm. This also allows us to find a reasonable home for other ARM specific net drivers.