summaryrefslogtreecommitdiffstats
path: root/drivers/net/atl1c/atl1c.h
Commit message (Collapse)AuthorAgeFilesLines
* atl1c: add missing parenthesesroel kluin2009-07-161-4/+4
| | | | | | | Parentheses are required or the comparison occurs before the bitand. Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* atl1c: remove duplicated #includeHuang Weiyi2009-03-231-1/+0
| | | | | | | Remove duplicated #include in drivers/net/atl1c/atl1c.h. Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* atl1c: Atheros L1C Gigabit Ethernet driverJie Yang2009-02-181-0/+606
Supporting AR8131, and AR8132. Signed-off-by: Jie Yang <jie.yang@atheros.com> Signed-off-by: David S. Miller <davem@davemloft.net>