Convert ntpclient to new packaging style
[openwrt.git] / openwrt / package / linux / kernel-patches / 316-b44_mii_phy.patch
index ace58c9..524f7ed 100644 (file)
                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.024174 seconds and 4 git commands to generate.