projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
new package/linux structure. so that we can maintain kernel 2.6 and 2.4
[openwrt.git]
/
openwrt
/
package
/
linux
/
kernel-patches
/
316-b44_mii_phy.patch
diff --git
a/openwrt/package/linux/kernel-patches/316-b44_mii_phy.patch
b/openwrt/package/linux/kernel-patches/316-b44_mii_phy.patch
index
ace58c9
..
524f7ed
100644
(file)
--- a/
openwrt/package/linux/kernel-patches/316-b44_mii_phy.patch
+++ b/
openwrt/package/linux/kernel-patches/316-b44_mii_phy.patch
@@
-75,3
+75,15
@@
spin_unlock_irq(&bp->lock);
return err;
spin_unlock_irq(&bp->lock);
return err;
+@@ -1919,6 +1929,11 @@
+ printk("%2.2x%c", dev->dev_addr[i],
+ i == 5 ? '\n' : ':');
+
++ /* Initialize phy */
++ spin_lock_irq(&bp->lock);
++ b44_chip_reset(bp);
++ spin_unlock_irq(&bp->lock);
++
+ return 0;
+
+ err_out_iounmap:
This page took
0.029296 seconds
and
4
git commands to generate.