This reset wasn't there in the old b44 driver
and I don't think it's needed for the 47xx either.
If it later turns out that this is really needed for
some weird 47xx, we can re-add it with a special case
branch for that particular device.

Signed-off-by: Michael Buesch <[EMAIL PROTECTED]>

Index: bu3sch-wireless-dev/drivers/net/b44.c
===================================================================
--- bu3sch-wireless-dev.orig/drivers/net/b44.c  2007-05-27 16:59:22.000000000 
+0200
+++ bu3sch-wireless-dev/drivers/net/b44.c       2007-05-27 17:03:32.000000000 
+0200
@@ -2201,11 +2201,6 @@
                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_free_dev:

-- 
Greetings Michael.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to