diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-02-13 10:43:40 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-02-13 10:43:40 +0000 |
commit | 4bcc027e97be80cd17745ab21081060db7417480 (patch) | |
tree | c8e16f1d45782d21191c4334962e723d61cf9741 /target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_main.c | |
parent | 09e02ec5a7c83f59d3b34a244eb0578079b12ad0 (diff) | |
download | mtk-20170518-4bcc027e97be80cd17745ab21081060db7417480.zip mtk-20170518-4bcc027e97be80cd17745ab21081060db7417480.tar.gz mtk-20170518-4bcc027e97be80cd17745ab21081060db7417480.tar.bz2 |
ag71xx driver: update phy connecting code
SVN-Revision: 14495
Diffstat (limited to 'target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_main.c')
-rw-r--r-- | target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_main.c b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_main.c index 8921639..fd20370 100644 --- a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_main.c +++ b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_main.c @@ -1,7 +1,7 @@ /* * Atheros AR71xx built-in ethernet mac driver * - * Copyright (C) 2008 Gabor Juhos <juhosg@openwrt.org> + * Copyright (C) 2008-2009 Gabor Juhos <juhosg@openwrt.org> * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org> * * Based on Atheros' AG7100 driver |