projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: move mach type definitions into a separate include file
[openwrt.git]
/
target
/
linux
/
rb532
/
patches
/
100-check_media.patch
diff --git
a/target/linux/rb532/patches/100-check_media.patch
b/target/linux/rb532/patches/100-check_media.patch
index
4180c62
..
66e731d
100644
(file)
--- a/
target/linux/rb532/patches/100-check_media.patch
+++ b/
target/linux/rb532/patches/100-check_media.patch
@@
-8,7
+8,7
@@
struct mii_if_info mii_if;
struct net_device *dev;
int phy_addr;
struct mii_if_info mii_if;
struct net_device *dev;
int phy_addr;
-@@ -66
3,6 +664
,15 @@ static void korina_check_media(struct ne
+@@ -66
4,6 +665
,15 @@ static void korina_check_media(struct ne
&lp->eth_regs->ethmac2);
}
&lp->eth_regs->ethmac2);
}
@@
-41,7
+41,7
@@
/* Disable interrupts */
disable_irq(lp->rx_irq);
disable_irq(lp->tx_irq);
/* Disable interrupts */
disable_irq(lp->rx_irq);
disable_irq(lp->tx_irq);
-@@ -117
7,6 +1190
,7 @@ static int korina_probe(struct platform_
+@@ -117
6,6 +1189
,7 @@ static int korina_probe(struct platform_
": cannot register net device %d\n", rc);
goto probe_err_register;
}
": cannot register net device %d\n", rc);
goto probe_err_register;
}
This page took
0.019935 seconds
and
4
git commands to generate.