diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-12-08 10:29:30 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-12-08 10:29:30 +0000 |
commit | 5c7ee7f0397deddf7245a560590edadb60019ed2 (patch) | |
tree | e8076cc73d41993390e44a7d7fb3b01cf12b296e /target/linux/ar71xx/patches-2.6.30/802-ag71xx-use-netdev-ops.patch | |
parent | 18867965f79a4dc13db50cdc529c102373da64a8 (diff) | |
download | upstream-5c7ee7f0397deddf7245a560590edadb60019ed2.tar.gz upstream-5c7ee7f0397deddf7245a560590edadb60019ed2.tar.bz2 upstream-5c7ee7f0397deddf7245a560590edadb60019ed2.zip |
ar71xx: refresh patches
SVN-Revision: 18693
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.30/802-ag71xx-use-netdev-ops.patch')
-rw-r--r-- | target/linux/ar71xx/patches-2.6.30/802-ag71xx-use-netdev-ops.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/patches-2.6.30/802-ag71xx-use-netdev-ops.patch b/target/linux/ar71xx/patches-2.6.30/802-ag71xx-use-netdev-ops.patch index b587b5175b..f619611c64 100644 --- a/target/linux/ar71xx/patches-2.6.30/802-ag71xx-use-netdev-ops.patch +++ b/target/linux/ar71xx/patches-2.6.30/802-ag71xx-use-netdev-ops.patch @@ -1,6 +1,6 @@ --- a/drivers/net/ag71xx/ag71xx_main.c +++ b/drivers/net/ag71xx/ag71xx_main.c -@@ -803,6 +803,18 @@ static void ag71xx_set_multicast_list(st +@@ -811,6 +811,18 @@ static void ag71xx_set_multicast_list(st /* TODO */ } @@ -19,7 +19,7 @@ static int __init ag71xx_probe(struct platform_device *pdev) { struct net_device *dev; -@@ -873,14 +885,9 @@ static int __init ag71xx_probe(struct pl +@@ -886,14 +898,9 @@ static int __init ag71xx_probe(struct pl } dev->base_addr = (unsigned long)ag->mac_base; |