X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/7841902f6eb995bf4b59f1008790edaa87d58cb5..4033a8be8c8d61d7b8fe138cc7d142a1f51e1eb6:/package/linux/kernel-patches/316-b44_mii_phy.patch diff --git a/package/linux/kernel-patches/316-b44_mii_phy.patch b/package/linux/kernel-patches/316-b44_mii_phy.patch index ace58c963..524f7eda3 100644 --- a/package/linux/kernel-patches/316-b44_mii_phy.patch +++ b/package/linux/kernel-patches/316-b44_mii_phy.patch @@ -75,3 +75,15 @@ 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: