Stefano Brivio <stefano.brivio@xxxxxxxxx> writes: > --- drivers/net/wireless/b43/main.c.orig 2007-11-20 01:12:12.186524483 +0100 > +++ drivers/net/wireless/b43/main.c 2007-11-20 01:12:34.922702865 +0100 > @@ -947,7 +947,7 @@ > > while (1) { > v0 = b43_read32(dev, B43_MMIO_XMITSTAT_0); > - if (!(v0 & 0x00000001)) > + if (!v0) > break; > v1 = b43_read32(dev, B43_MMIO_XMITSTAT_1); > > (probably it's not the solution, I just want to see what happens then). That didn't change anything. > BTW, what firmware are you using? It's 410.2160 from wl_ap.o. Andreas. -- Andreas Schwab, SuSE Labs, schwab@xxxxxxx SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html