]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
atl1: relocate atl1 driver to /drivers/net/atlx
authorJay Cliburn <jacliburn@bellsouth.net>
Sun, 3 Feb 2008 01:50:03 +0000 (19:50 -0600)
committerJeff Garzik <jeff@garzik.org>
Mon, 17 Mar 2008 11:49:23 +0000 (07:49 -0400)
commit2e5071bce5ce4037ce852a916e8106811e68677b
treee6bba6946c6e8ebe51b28a6f5b3251a5fcddbb4e
parentfa6557aff47f25e5b6b92c930a9b60a12acd0b58
atl1: relocate atl1 driver to /drivers/net/atlx

In preparation for a future Atheros L2 NIC driver (called atl2), relocate
the atl1 driver into a new /drivers/net/atlx directory that will ultimately
be shared with the future atl2 driver.

Signed-off-by: Chris Snook <csnook@redhat.com>
Signed-off-by: Jay Cliburn <jacliburn@bellsouth.net>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/Makefile
drivers/net/atlx/Makefile [moved from drivers/net/atl1/Makefile with 100% similarity]
drivers/net/atlx/atl1.h [moved from drivers/net/atl1/atl1.h with 100% similarity]
drivers/net/atlx/atl1_ethtool.c [moved from drivers/net/atl1/atl1_ethtool.c with 100% similarity]
drivers/net/atlx/atl1_hw.c [moved from drivers/net/atl1/atl1_hw.c with 100% similarity]
drivers/net/atlx/atl1_hw.h [moved from drivers/net/atl1/atl1_hw.h with 100% similarity]
drivers/net/atlx/atl1_main.c [moved from drivers/net/atl1/atl1_main.c with 100% similarity]
drivers/net/atlx/atl1_param.c [moved from drivers/net/atl1/atl1_param.c with 100% similarity]