On Thu, 2013-03-07 at 13:55 +0100, Karl Beldan wrote: > > --- a/net/mac80211/tx.c > > +++ b/net/mac80211/tx.c > > @@ -991,14 +991,15 @@ static ieee80211_tx_result debug_noinline > > ieee80211_tx_h_stats(struct ieee80211_tx_data *tx) > > { > > struct sk_buff *skb; > > + int ac = skb_get_queue_mapping(tx->skb); > > > Here, ieee80211_tx_h_fragmentm has set tx->skb to NULL and this oopses. Yeah .. I was just debugging the same thing. Ouch. johannes -- 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