projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: sync kernel configs
[openwrt.git]
/
target
/
linux
/
ar71xx
/
patches-2.6.31
/
802-ag71xx-use-netdev-ops.patch
diff --git
a/target/linux/ar71xx/patches-2.6.31/802-ag71xx-use-netdev-ops.patch
b/target/linux/ar71xx/patches-2.6.31/802-ag71xx-use-netdev-ops.patch
index
3067b49
..
f619611
100644
(file)
--- a/
target/linux/ar71xx/patches-2.6.31/802-ag71xx-use-netdev-ops.patch
+++ b/
target/linux/ar71xx/patches-2.6.31/802-ag71xx-use-netdev-ops.patch
@@
-1,6
+1,6
@@
--- a/drivers/net/ag71xx/ag71xx_main.c
+++ b/drivers/net/ag71xx/ag71xx_main.c
--- a/drivers/net/ag71xx/ag71xx_main.c
+++ b/drivers/net/ag71xx/ag71xx_main.c
-@@ -8
05,6 +805
,18 @@ static void ag71xx_set_multicast_list(st
+@@ -8
11,6 +811
,18 @@ static void ag71xx_set_multicast_list(st
/* TODO */
}
/* TODO */
}
@@
-19,7
+19,7
@@
static int __init ag71xx_probe(struct platform_device *pdev)
{
struct net_device *dev;
static int __init ag71xx_probe(struct platform_device *pdev)
{
struct net_device *dev;
-@@ -8
75,14 +887
,9 @@ static int __init ag71xx_probe(struct pl
+@@ -8
86,14 +898
,9 @@ static int __init ag71xx_probe(struct pl
}
dev->base_addr = (unsigned long)ag->mac_base;
}
dev->base_addr = (unsigned long)ag->mac_base;
This page took
0.027599 seconds
and
4
git commands to generate.