Larry Finger <[EMAIL PROTECTED]> :
> When booting the latest version of Linville's wireless-dev
> and starting my BCM4306 with WPA-PSK TKIP, the I get the
> following INFO printout that indicates a possible circular locking dependency
> involving 80211 and wpa_supplicant.

Please try the patch below that Xerbert Xu sent a few hours
ago on l-k and netdev:

diff --git a/net/sched/sch_generic.c b/net/sched/sch_generic.c
index 0834c2e..6f91518 100644
--- a/net/sched/sch_generic.c
+++ b/net/sched/sch_generic.c
@@ -238,9 +238,7 @@ void __netdev_watchdog_up(struct net_dev
 
 static void dev_watchdog_up(struct net_device *dev)
 {
-       netif_tx_lock_bh(dev);
        __netdev_watchdog_up(dev);
-       netif_tx_unlock_bh(dev);
 }
 
 static void dev_watchdog_down(struct net_device *dev)

-- 

-- 
VGER BF report: U 0.50127
-
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