atl1e: Atheros L1E Gigabit Ethernet driver
authorJie Yang <jie.yang@atheros.com>
Fri, 18 Jul 2008 03:37:13 +0000 (11:37 +0800)
committerJeff Garzik <jgarzik@redhat.com>
Tue, 22 Jul 2008 23:31:04 +0000 (19:31 -0400)
commita6a5325239c20202e18e21e94291bccc659fbf9e
tree21c3208a8483fce3754222d80ade5ac5bd4f2d81
parentbb5d10ac8cc315d53306963001fe650d88a1cbb2
atl1e: Atheros L1E Gigabit Ethernet driver

Full patch for the Atheros L1E Gigabit Ethernet driver.
Supportring AR8121, AR8113 and AR8114

Signed-off-by: Jie Yang <jie.yang @atheros.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/Kconfig
drivers/net/Makefile
drivers/net/atl1e/Makefile [new file with mode: 0644]
drivers/net/atl1e/atl1e.h [new file with mode: 0644]
drivers/net/atl1e/atl1e_ethtool.c [new file with mode: 0644]
drivers/net/atl1e/atl1e_hw.c [new file with mode: 0644]
drivers/net/atl1e/atl1e_hw.h [new file with mode: 0644]
drivers/net/atl1e/atl1e_main.c [new file with mode: 0644]
drivers/net/atl1e/atl1e_param.c [new file with mode: 0644]