Hi, > I get this panic with rt2x00 2.0.10 (2.6.24-12-server kernel > shipped by ubuntu). It can crash quite regularly given the > right amount of wireless activity and system load. > > The instruction that crashes seems to be the assignment to > skb->dev when skb is null (in ieee80211_tx_status_irqsafe); > skb can be set to null in the caller, rt2x00lib_txdone. > > I'm not really sure what is the right fix, but I can try a patch. I am not sure what is causing this problem either, the skb pointer which rt2x00 sends to mac80211 is being used by rt2x00 itself just prior before sending it to mac80211. Which means there could be a race condition somewhere, although that would still be odd since that means txdone is running for the same entry simultenously. Could you try rt2x00 2.0.14 (2.6.25-rc*) or a wireless-testing kernel to see if the problems persist? The wireless-testing would be the most interesting since several race conditions in the queues where fixed in there. Ivo -- 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