summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/atheros/atlx/atlx.h
AgeCommit message (Collapse)AuthorFilesLines
2012-03-20atlx: Use ETH_ALENJoe Perches1-1/+0
No need for yet another #define for this. Convert NODE_ADDRESS_SIZE use to ETH_ALEN and remove #define. Use memcpy instead of a loop to copy an address. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-12atl*: Move the Atheros driversJeff Kirsher1-0/+503
Move the Atheros drivers into drivers/net/ethernet/atheros/ and make the necessary Kconfig and Makefile changes. CC: Jay Cliburn <jcliburn@gmail.com> CC: Chris Snook <chris.snook@gmail.com> CC: Jie Yang <jie.yang@atheros.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>