aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/atlx/atl1.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/drivers/net/atlx/atl1.c b/drivers/net/atlx/atl1.c
index 5f157e09e94d..3cf59a7f5a1c 100644
--- a/drivers/net/atlx/atl1.c
+++ b/drivers/net/atlx/atl1.c
@@ -24,16 +24,12 @@
24 * file called COPYING. 24 * file called COPYING.
25 * 25 *
26 * Contact Information: 26 * Contact Information:
27 * Xiong Huang <xiong_huang@attansic.com> 27 * Xiong Huang <xiong.huang@atheros.com>
28 * Attansic Technology Corp. 3F 147, Xianzheng 9th Road, Zhubei, 28 * Jie Yang <jie.yang@atheros.com>
29 * Xinzhu 302, TAIWAN, REPUBLIC OF CHINA
30 *
31 * Chris Snook <csnook@redhat.com> 29 * Chris Snook <csnook@redhat.com>
32 * Jay Cliburn <jcliburn@gmail.com> 30 * Jay Cliburn <jcliburn@gmail.com>
33 * 31 *
34 * This version is adapted from the Attansic reference driver for 32 * This version is adapted from the Attansic reference driver.
35 * inclusion in the Linux kernel. It is currently under heavy development.
36 * A very incomplete list of things that need to be dealt with:
37 * 33 *
38 * TODO: 34 * TODO:
39 * Add more ethtool functions. 35 * Add more ethtool functions.