projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[brcm47xx] finally fix boot failures on buffalo devices, tested on WHR-HP-G54 and...
[openwrt.git]
/
target
/
linux
/
brcm47xx
/
patches-2.6.28
/
210-b44_phy_fix.patch
diff --git
a/target/linux/brcm47xx/patches-2.6.28/210-b44_phy_fix.patch
b/target/linux/brcm47xx/patches-2.6.28/210-b44_phy_fix.patch
index
e526584
..
f990b85
100644
(file)
--- a/
target/linux/brcm47xx/patches-2.6.28/210-b44_phy_fix.patch
+++ b/
target/linux/brcm47xx/patches-2.6.28/210-b44_phy_fix.patch
@@
-1,7
+1,6
@@
-diff --git a/drivers/net/b44.c b/drivers/net/b44.c
--- a/drivers/net/b44.c
+++ b/drivers/net/b44.c
--- a/drivers/net/b44.c
+++ b/drivers/net/b44.c
-@@ -384,7 +384,7 @@ static void b44_set_flow_ctrl(struct b44
*bp, u32 local, u32 remote)
+@@ -384,7 +384,7 @@ static void b44_set_flow_ctrl(struct b44
__b44_set_flow_ctrl(bp, pause_enab);
}
__b44_set_flow_ctrl(bp, pause_enab);
}
@@
-39,7
+38,7
@@
diff --git a/drivers/net/b44.c b/drivers/net/b44.c
static int __devinit b44_get_invariants(struct b44 *bp)
{
struct ssb_device *sdev = bp->sdev;
static int __devinit b44_get_invariants(struct b44 *bp)
{
struct ssb_device *sdev = bp->sdev;
-@@ -2089,6 +2111,8 @@ static int __devinit b44_get_invariants(
struct b44 *bp)
+@@ -2089,6 +2111,8 @@ static int __devinit b44_get_invariants(
* valid PHY address. */
bp->phy_addr &= 0x1F;
* valid PHY address. */
bp->phy_addr &= 0x1F;
This page took
0.028959 seconds
and
4
git commands to generate.