Francesco Gringoli wrote: > I will try to access through the serial console to check if some message > is reported before crash.
The kernel crash may come from b43_dma_handle_txstatus() in drivers/net/wireless/b43/dma.c. I had to replace the BUG_ON(!meta->skb) with a WARN_ON. That way the kernel stayed alive. I did a lot more by checking for a freed skb. If you want my patch, please let me know. I don't want to spam the list with it. Larry _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
