diff options
author | Jay Cliburn <jacliburn@bellsouth.net> | 2008-09-27 00:17:23 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-10-08 19:09:24 -0400 |
commit | c8f2d9bc12ea05a88b1920a7c887b67de60c52a5 (patch) | |
tree | c1d804832746fd18c5226ca14550714020f78cdd /drivers/net/atlx | |
parent | a6d1f369736cb8b36b53b938ec9eea4a7d5f2196 (diff) |
atl1: update introductory comments
Update the driver's introductory comments.
Signed-off-by: Jay Cliburn <jacliburn@bellsouth.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/atlx')
-rw-r--r-- | drivers/net/atlx/atl1.c | 10 |
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. |